Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct { markup.Component `class:"rest-controller"` Subjects keeper.SubjectManager `inject:"#keeper-subject-manager"` MyResponder glass.MainResponder `inject:"#glass-main-responder"` }
AuthController 登录控制器
func (*AuthController) Init ¶
func (inst *AuthController) Init(ec glass.EngineConnection) error
Init ...
type SessionController ¶
type SessionController struct { markup.Component `class:"rest-controller"` MyResponder glass.MainResponder `inject:"#glass-main-responder"` Subjects keeper.SubjectManager `inject:"#keeper-subject-manager"` }
SessionController ...
func (*SessionController) Init ¶
func (inst *SessionController) Init(ec glass.EngineConnection) error
Init ...
Click to show internal directories.
Click to hide internal directories.