Example #1
0
func (cr *DataController) UpdateMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusNotImplemented)
}
func (cr *ManifestController) DeleteMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusNotImplemented)
}