Exemplo n.º 1
0
func (cr *DataController) UpdateMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusNotImplemented)
}
Exemplo n.º 2
0
func (cr *ManifestController) DeleteMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusNotImplemented)
}