Documentation
¶
Index ¶
- type ConsentCategoryHandler
- func (h *ConsentCategoryHandler) AddConsentCategory(w http.ResponseWriter, r *http.Request)
- func (h *ConsentCategoryHandler) DeleteConsentCategory(w http.ResponseWriter, r *http.Request)
- func (h *ConsentCategoryHandler) GetAllConsentCategories(w http.ResponseWriter, r *http.Request)
- func (h *ConsentCategoryHandler) GetConsentCategory(w http.ResponseWriter, r *http.Request)
- func (h *ConsentCategoryHandler) UpdateConsentCategory(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsentCategoryHandler ¶
type ConsentCategoryHandler struct{}
func NewConsentCategoryHandler ¶
func NewConsentCategoryHandler() *ConsentCategoryHandler
func (*ConsentCategoryHandler) AddConsentCategory ¶
func (h *ConsentCategoryHandler) AddConsentCategory(w http.ResponseWriter, r *http.Request)
AddConsentCategory handles POST /consent-categories
func (*ConsentCategoryHandler) DeleteConsentCategory ¶
func (h *ConsentCategoryHandler) DeleteConsentCategory(w http.ResponseWriter, r *http.Request)
DeleteConsentCategory handles Delete /consent-categories/{id}
func (*ConsentCategoryHandler) GetAllConsentCategories ¶
func (h *ConsentCategoryHandler) GetAllConsentCategories(w http.ResponseWriter, r *http.Request)
GetAllConsentCategories handles GET /consent-categories
func (*ConsentCategoryHandler) GetConsentCategory ¶
func (h *ConsentCategoryHandler) GetConsentCategory(w http.ResponseWriter, r *http.Request)
GetConsentCategory handles GET /consent-categories/{id}
func (*ConsentCategoryHandler) UpdateConsentCategory ¶
func (h *ConsentCategoryHandler) UpdateConsentCategory(w http.ResponseWriter, r *http.Request)
UpdateConsentCategory handles PUT /consent-categories/{id}
Click to show internal directories.
Click to hide internal directories.