func (cr *PublicationsApiController) UpdateMany(cx *goweb.Context) { if NotLoggedIn(cx) { cx.RespondWithStatus(UNAUTHORISED_HTTP_STATUS) return } cx.RespondWithOK() }
func (cr *PublicationsApiController) Read(id string, cx *goweb.Context) { cx.RespondWithOK() }