pkg/rangedbapi/api.go
Showing 1 of 1 total issue
Method api.saveEvents
has 5 return statements (exceeds 4 allowed). Open
Open
func (a *api) saveEvents(w http.ResponseWriter, r *http.Request) { if r.Header.Get("Content-Type") != "application/json" { http.Error(w, "invalid content type", http.StatusBadRequest) return }