func (cr *CommentController) UpdateMany(cx *goweb.Context) { cx.RespondWithStatus(http.StatusForbidden) }
func (cr *CommentController) Read(id string, cx *goweb.Context) { cx.RespondWithStatus(http.StatusForbidden) }
func (cr *CategoryController) Update(id string, cx *goweb.Context) { cx.RespondWithStatus(http.StatusForbidden) }
func (cr *CategoryController) DeleteMany(cx *goweb.Context) { cx.RespondWithStatus(http.StatusForbidden) }
func (cr *SearchController) Delete(id string, cx *goweb.Context) { cx.RespondWithStatus(http.StatusForbidden) }
func (cr *SearchController) Create(cx *goweb.Context) { cx.RespondWithStatus(http.StatusForbidden) }