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 { // GetByUsername serve caller to given username to get an user information GetByUsername(c *gin.Context) // Login serve caller to given username and password to login the system Login(c *gin.Context) // Signup serve caller to given username and password to register an user Signup(c *gin.Context) }
IHandler declare user api function
Click to show internal directories.
Click to hide internal directories.