Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultHandler ¶
Types ¶
type Base ¶
type Base struct{}
func (Base) LogIn ¶
func (b Base) LogIn(c *gin.Context, req *LogInRequest) *LogInResponse
type LogInRequest ¶
type LogInResponse ¶
type LogInResponse struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.