Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseControllerInterface ¶
type BaseControllerInterface interface {
GetById(ctx *gin.Context)
Create(ctx *gin.Context)
Update(ctx *gin.Context)
Delete(ctx *gin.Context)
Search(ctx *gin.Context)
}
func NewBaseController ¶
func NewBaseController[T interfaces.Entity](rg *gin.RouterGroup) BaseControllerInterface
Click to show internal directories.
Click to hide internal directories.