Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginToken ¶
type LoginToken struct {
Token string `json:"token"`
}
type Service ¶
type Service interface { Login(data *dao.JSON) *LoginToken Check(ctx iris.Context) }
func NewService ¶
func NewService() Service
Click to show internal directories.
Click to hide internal directories.