Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionType = actionType{ Login: enum.New(1, "登录"), Logout: enum.New(2, "退出"), Register: enum.New(4, "注册"), }
View Source
var Auth = auth{ ActionType: ActionType, }
Functions ¶
This section is empty.
Types ¶
type ActionTypeEnum ¶
Click to show internal directories.
Click to hide internal directories.