Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUserCommand, NewCreateUserCommand)
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Command *cli.Command
}
func NewUserCommand ¶
func NewUserCommand(createUserCommand *CreateUserCommand) Command
type CreateUserCommand ¶
type CreateUserCommand struct {
// contains filtered or unexported fields
}
func NewCreateUserCommand ¶
func NewCreateUserCommand(userService service.UserService) *CreateUserCommand
Click to show internal directories.
Click to hide internal directories.