Documentation ¶ Index ¶ type Command func RandomCommand() *Command type Handler func (handler *Handler) Handle(command *Command) error type Verify func (verify *Verify) Run(id *user.Id) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { Id string } func RandomCommand ¶ func RandomCommand() *Command type Handler ¶ type Handler struct { usecase.Verify } func (*Handler) Handle ¶ func (handler *Handler) Handle(command *Command) error type Verify ¶ type Verify struct { repository.User } func (*Verify) Run ¶ func (verify *Verify) Run(id *user.Id) error Source Files ¶ View all Source files command.go command.handler.go command.mother.go verify.go Click to show internal directories. Click to hide internal directories.