login.go 95 B

123456789
  1. package handler
  2. type LoginHandler struct {
  3. Ctx *Ctx
  4. }
  5. func (l *LoginHandler) IsLogin() {
  6. }