Initial commit
This commit is contained in:
8
internal/api/plan/interface.go
Normal file
8
internal/api/plan/interface.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package plan
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
// PlanHandler defines the interface for plan operations
|
||||
type PlanHandler interface {
|
||||
ListPlans(c *gin.Context)
|
||||
}
|
||||
Reference in New Issue
Block a user