Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovieHandler ¶
type MovieHandler struct {
// contains filtered or unexported fields
}
func NewMovieHandler ¶
func NewMovieHandler(service store.MovieService) *MovieHandler
func (*MovieHandler) Add ¶
func (h *MovieHandler) Add(ctx iris.Context)
func (*MovieHandler) Delete ¶
func (h *MovieHandler) Delete(ctx iris.Context)
func (*MovieHandler) Get ¶
func (h *MovieHandler) Get(ctx iris.Context)
func (*MovieHandler) GetAll ¶
func (h *MovieHandler) GetAll(ctx iris.Context)
func (*MovieHandler) Update ¶
func (h *MovieHandler) Update(ctx iris.Context)
Click to show internal directories.
Click to hide internal directories.