openapi-internal: remove unused endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-02 18:33:38 -08:00
parent ca1e007b07
commit e43f4bd0f0
13 changed files with 81 additions and 580 deletions

View File

@@ -20,13 +20,6 @@ func encodeActionSubmissionAcceptedResponse(response *ActionSubmissionAcceptedNo
return nil
}
func encodeActionSubmissionReleasedResponse(response *ActionSubmissionReleasedNoContent, w http.ResponseWriter, span trace.Span) error {
w.WriteHeader(204)
span.SetStatus(codes.Ok, http.StatusText(204))
return nil
}
func encodeActionSubmissionUploadedResponse(response *ActionSubmissionUploadedNoContent, w http.ResponseWriter, span trace.Span) error {
w.WriteHeader(204)
span.SetStatus(codes.Ok, http.StatusText(204))