Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateToken ¶
type CreateToken struct {
// contains filtered or unexported fields
}
CreateToken has all dependencies and methods to enable the create token use case execution. It is composed by the logger and user proxy services.
func NewCreateToken ¶
func NewCreateToken(logger logging.Logger, userProxy http.UserProxy) *CreateToken
NewCreateToken creates a new CreateToken instance by receiving its dependencies.
type CreateUser ¶
type CreateUser struct {
// contains filtered or unexported fields
}
CreateUser to interact to user
func NewCreateUser ¶
func NewCreateUser(logger logging.Logger, userProxy http.UserProxy) *CreateUser
NewCreateUser contructs the interactor
Click to show internal directories.
Click to hide internal directories.