Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type HttpHandler interface { CreateDepartment(c *gin.Context) error CreateUser(c *gin.Context) error GetDepartment(c *gin.Context) error GetUser(c *gin.Context) error ModifyDepartment(c *gin.Context) error ModifyUser(c *gin.Context) error DeleteDepartment(c *gin.Context) error DeleteUser(c *gin.Context) error }
HttpHandler http流量 handler
Click to show internal directories.
Click to hide internal directories.