Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSession ¶
type CreateSession interface {
Execute(data *CreateSessionDTO) (*CreateSessionResult, *shared.Error)
}
type CreateSessionDTO ¶
type CreateSessionResult ¶
type CreateSessionResult struct {
User *entities.UserEntity
SessionKey string
}
type CreateUser ¶
type CreateUser interface {
Execute(data *CreateUserDTO) (*CreateUserResult, *shared.Error)
}
type CreateUserDTO ¶
type CreateUserResult ¶
type CreateUserResult = entities.UserEntity
Click to show internal directories.
Click to hide internal directories.