Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMovieCreateCommand ¶
type IMovieDeleteCommand ¶
type IMovieUpdateCommand ¶
type MovieCreateCommand ¶
type MovieCreateCommand struct {
MovieCreateService services.IMovieCreateService
}
type MovieDeleteCommand ¶
type MovieDeleteCommand struct {
MovieDeleteService services.IMovieDeleteService
}
func (*MovieDeleteCommand) Handler ¶
func (command *MovieDeleteCommand) Handler(id int64) (err error)
type MovieUpdateCommand ¶
type MovieUpdateCommand struct {
MovieUpdateService services.IMovieUpdateService
}
Click to show internal directories.
Click to hide internal directories.