Documentation ¶
Index ¶
- type APIAuthGenerateCode
- type APIAuthGenerateCodeInput
- type APIAuthGenerateCodeOutput
- type APIAuthRefresh
- type APIAuthRefreshInput
- type APIAuthRefreshOutput
- type APIAuthSignIn
- type APIAuthSignInInput
- type APIAuthSignInOutput
- type APIAuthSignOut
- type APIAuthSignOutInput
- type APIAuthSignOutOutput
- type APIAuthSignUp
- type APIAuthSignUpInput
- type APIAuthSignUpOutput
- type APIAuthVerify
- type APIAuthVerifyInput
- type APIAuthVerifyOutput
- type CoreUserCreate
- type CoreUserCreateInput
- type CoreUserCreateOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIAuthGenerateCode ¶
type APIAuthGenerateCode interface { usecase.Usecase[APIAuthGenerateCodeInput, APIAuthGenerateCodeOutput] }
type APIAuthGenerateCodeInput ¶
type APIAuthGenerateCodeInput struct {
model.SessionToken
}
type APIAuthRefresh ¶
type APIAuthRefresh interface { usecase.Usecase[APIAuthRefreshInput, APIAuthRefreshOutput] }
type APIAuthRefreshInput ¶
type APIAuthSignIn ¶
type APIAuthSignIn interface { usecase.Usecase[APIAuthSignInInput, APIAuthSignInOutput] }
type APIAuthSignInInput ¶
type APIAuthSignInOutput ¶
type APIAuthSignOut ¶
type APIAuthSignOut interface { usecase.Usecase[APIAuthSignOutInput, APIAuthSignOutOutput] }
type APIAuthSignOutInput ¶
type APIAuthSignOutOutput ¶
type APIAuthSignUp ¶
type APIAuthSignUp interface { usecase.Usecase[APIAuthSignUpInput, APIAuthSignUpOutput] }
type APIAuthSignUpInput ¶
type APIAuthSignUpOutput ¶
type APIAuthVerify ¶
type APIAuthVerify interface { usecase.Usecase[APIAuthVerifyInput, APIAuthVerifyOutput] }
type APIAuthVerifyInput ¶
type APIAuthVerifyOutput ¶
type CoreUserCreate ¶
type CoreUserCreate interface { usecase.Usecase[CoreUserCreateInput, CoreUserCreateOutput] }
type CoreUserCreateInput ¶
Click to show internal directories.
Click to hide internal directories.