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

@@ -13,9 +13,6 @@ func (s *ErrorStatusCode) Error() string {
// ActionSubmissionAcceptedNoContent is response for ActionSubmissionAccepted operation.
type ActionSubmissionAcceptedNoContent struct{}
// ActionSubmissionReleasedNoContent is response for ActionSubmissionReleased operation.
type ActionSubmissionReleasedNoContent struct{}
// ActionSubmissionUploadedNoContent is response for ActionSubmissionUploaded operation.
type ActionSubmissionUploadedNoContent struct{}