Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewImpl)
ProviderSet is a provider set for wire
Functions ¶
This section is empty.
Types ¶
type IHandler ¶
type IHandler interface { // Me serve caller to get myself information by token Me(c *gin.Context) // Signup serve caller to create user by email and password Signup(c *gin.Context) // Login serve caller to login system by email and password Login(c *gin.Context) // Logout serve caller to log out the system Logout(c *gin.Context) }
IHandler declare user api function
func CreateIHandler ¶
CreateIHandler serve caller to create an IHandler
Click to show internal directories.
Click to hide internal directories.