Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCategoryAction ¶
type CreateCategoryAction struct { *rest.BaseAction // contains filtered or unexported fields }
func NewCreateCategoryAction ¶
func NewCreateCategoryAction(handler *create_category.CreateCategoryCommandHandler) *CreateCategoryAction
func (CreateCategoryAction) Handle ¶
func (a CreateCategoryAction) Handle(w http.ResponseWriter, r *http.Request)
type DeleteCategoryAction ¶
type DeleteCategoryAction struct { *rest.BaseAction // contains filtered or unexported fields }
func NewDeleteCategoryAction ¶
func NewDeleteCategoryAction(handler *delete_category.DeleteCategoryCommandHandler) *DeleteCategoryAction
func (DeleteCategoryAction) Handle ¶
func (a DeleteCategoryAction) Handle(w http.ResponseWriter, r *http.Request)
type GetCategoryAction ¶
type GetCategoryAction struct { *rest.BaseAction // contains filtered or unexported fields }
func NewGetCategoryAction ¶
func NewGetCategoryAction(handler *get_category.GetCategoryQueryHandler) *GetCategoryAction
func (GetCategoryAction) Handle ¶
func (a GetCategoryAction) Handle(w http.ResponseWriter, r *http.Request)
type ListCategoriesAction ¶
type ListCategoriesAction struct { *rest.BaseAction // contains filtered or unexported fields }
func NewListCategoriesAction ¶
func NewListCategoriesAction(handler *list_categories.ListCategoriesQueryHandler) *ListCategoriesAction
func (ListCategoriesAction) Handle ¶
func (a ListCategoriesAction) Handle(w http.ResponseWriter, r *http.Request)
type ListCategoryIconsAction ¶
type ListCategoryIconsAction struct { *rest.BaseAction // contains filtered or unexported fields }
func NewListCategoryIconsAction ¶
func NewListCategoryIconsAction(handler *list_category_icons.ListCategoryIconsQueryHandler) *ListCategoryIconsAction
func (ListCategoryIconsAction) Handle ¶
func (a ListCategoryIconsAction) Handle(w http.ResponseWriter, r *http.Request)
type UpdateCategoryAction ¶
type UpdateCategoryAction struct { *rest.BaseAction // contains filtered or unexported fields }
func NewUpdateCategoryAction ¶
func NewUpdateCategoryAction(handler *update_category.UpdateCategoryCommandHandler) *UpdateCategoryAction
func (UpdateCategoryAction) Handle ¶
func (a UpdateCategoryAction) Handle(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.