Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶ added in v0.1.35
type BaseController struct{}
BaseController exported
func (BaseController) Fetch ¶ added in v0.1.39
func (bc BaseController) Fetch(c *gin.Context, tbl db.Table)
Fetch exported
type ControllerInterface ¶
type ControllerInterface interface { Index(c *gin.Context) IndexHead(c *gin.Context) Get(c *gin.Context) Post(c *gin.Context) Put(c *gin.Context) Delete(c *gin.Context) }
ControllerInterface exported
Click to show internal directories.
Click to hide internal directories.