Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Commands ¶
type Commands struct { ChangePassword command.ChangePasswordHandler SetFcmToken command.SetFcmTokenHandler Login command.LoginHandler Logout command.LogoutHandler ReSendVerificationCode command.ReSendVerificationCodeHandler RefreshToken command.RefreshTokenHandler Register command.RegisterHandler SessionDestroyAll command.SessionDestroyAllHandler SessionDestroyOthers command.SessionDestroyOthersHandler SessionDestroy command.SessionDestroyHandler UserDelete command.UserDeleteHandler UserRolesAdd command.UserRolesAddHandler UserRolesRemove command.UserRolesRemoveHandler Verify command.VerifyHandler TwoFactorDisable command.TwoFactorDisableHandler TwoFactorEnable command.TwoFactorEnableHandler }
type Queries ¶
type Queries struct { CheckEmail query.CheckEmailHandler SessionList query.SessionListHandler UserList query.UserListHandler }
Click to show internal directories.
Click to hide internal directories.