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