コード例 #1
0
ファイル: team.go プロジェクト: robxu9/reservoir
func (cr *TeamAPIController) DeleteMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusForbidden)
}
コード例 #2
0
ファイル: handlers.go プロジェクト: beer-root/toris
func (cr *OtterAPIController) UpdateMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusForbidden)
}