Documentation ¶
Index ¶
- type AccountRepositoryUsernameHasTakenOutput
- type CharacterRepositoryCreateInAccountInput
- type CharacterRepositoryCreateInAccountOutput
- type CharacterRepositoryLoadCharacterOutput
- type CharacterRepositoryNameHasTakenOutput
- type CrudCreateAccountOutput
- type SessionRepositoryFindAccountTokenInput
- type SessionRepositoryFindAccountTokenOutput
- type SessionRepositoryStoreAccountTokenInput
- type TokenRepositoryCheckUsernameInput
- type TokenRepositoryCheckUsernameOutput
- type TokenRepositoryGenerateTokenOutput
- type UsernameAndPasswordAreEqualOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountRepositoryUsernameHasTakenOutput ¶
type AccountRepositoryUsernameHasTakenOutput struct {
Result bool
}
AccountRepositoryUsernameHasTakenOutput struct
type CharacterRepositoryCreateInAccountInput ¶
type CharacterRepositoryCreateInAccountInput struct { Character *entities.Character Account *entities.Account }
CharacterRepositoryCreateInAccountInput struct
type CharacterRepositoryCreateInAccountOutput ¶
type CharacterRepositoryCreateInAccountOutput struct {
Result bool
}
CharacterRepositoryCreateInAccountOutput struct
type CharacterRepositoryLoadCharacterOutput ¶
CharacterRepositoryLoadCharacterOutput struct
type CharacterRepositoryNameHasTakenOutput ¶
type CharacterRepositoryNameHasTakenOutput struct {
Result bool
}
CharacterRepositoryNameHasTakenOutput struct
type CrudCreateAccountOutput ¶
type CrudCreateAccountOutput struct {
Result bool
}
CrudCreateAccountOutput struct
type SessionRepositoryFindAccountTokenInput ¶
SessionRepositoryFindAccountTokenInput struct
type SessionRepositoryFindAccountTokenOutput ¶
type SessionRepositoryFindAccountTokenOutput SessionRepositoryFindAccountTokenInput
SessionRepositoryFindAccountTokenOutput struct
type SessionRepositoryStoreAccountTokenInput ¶
SessionRepositoryStoreAccountTokenInput struct
type TokenRepositoryCheckUsernameInput ¶
TokenRepositoryCheckUsernameInput struct
type TokenRepositoryCheckUsernameOutput ¶
type TokenRepositoryCheckUsernameOutput struct {
Result bool
}
TokenRepositoryCheckUsernameOutput struct
type TokenRepositoryGenerateTokenOutput ¶
type TokenRepositoryGenerateTokenOutput struct {
Token string
}
TokenRepositoryGenerateTokenOutput struct
type UsernameAndPasswordAreEqualOutput ¶
type UsernameAndPasswordAreEqualOutput struct {
Result bool
}
UsernameAndPasswordAreEqualOutput struct
Click to show internal directories.
Click to hide internal directories.