crudtaskio

package
v0.0.0-...-10e2223 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

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

type CharacterRepositoryLoadCharacterOutput struct {
	Character *entities.Character
}

CharacterRepositoryLoadCharacterOutput struct

type CharacterRepositoryNameHasTakenOutput

type CharacterRepositoryNameHasTakenOutput struct {
	Result bool
}

CharacterRepositoryNameHasTakenOutput struct

type CrudCreateAccountOutput

type CrudCreateAccountOutput struct {
	Result bool
}

CrudCreateAccountOutput struct

type SessionRepositoryFindAccountTokenInput

type SessionRepositoryFindAccountTokenInput struct {
	Account *entities.Account
}

SessionRepositoryFindAccountTokenInput struct

type SessionRepositoryFindAccountTokenOutput

type SessionRepositoryFindAccountTokenOutput SessionRepositoryFindAccountTokenInput

SessionRepositoryFindAccountTokenOutput struct

type SessionRepositoryStoreAccountTokenInput

type SessionRepositoryStoreAccountTokenInput struct {
	Token   string
	Account *entities.Account
}

SessionRepositoryStoreAccountTokenInput struct

type TokenRepositoryCheckUsernameInput

type TokenRepositoryCheckUsernameInput struct {
	Username string
	Token    string
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL