Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingControllerInterface ¶
PingControllerInterface interface
var ( // PingController export controller PingController PingControllerInterface = &pingController{} )
type UserControllerInterface ¶
type UserControllerInterface interface { GetAll(c *gin.Context) GetByID(c *gin.Context) Register(c *gin.Context) DeleteByID(c *gin.Context) UpdateByID(c *gin.Context) }
UserControllerInterface interface
var ( // UserController exported UserController UserControllerInterface = &userController{} )
Click to show internal directories.
Click to hide internal directories.