mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 21:47:36 +03:00
Update oapi-codegen
This commit is contained in:
parent
ea231fe265
commit
960415ed95
4 changed files with 77 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
// Package api provides primitives to interact with the openapi HTTP API.
|
||||
//
|
||||
// Code generated by github.com/deepmap/oapi-codegen version v1.12.5-0.20230403173426-fd06f5aed350 DO NOT EDIT.
|
||||
// Code generated by github.com/deepmap/oapi-codegen version v1.12.5-0.20230513000919-14548c7e7bbe DO NOT EDIT.
|
||||
package api
|
||||
|
||||
import (
|
||||
|
@ -1034,9 +1034,8 @@ type StrictServerInterface interface {
|
|||
GetTrack(ctx context.Context, request GetTrackRequestObject) (GetTrackResponseObject, error)
|
||||
}
|
||||
|
||||
type StrictHandlerFunc func(ctx context.Context, w http.ResponseWriter, r *http.Request, args interface{}) (interface{}, error)
|
||||
|
||||
type StrictMiddlewareFunc func(f StrictHandlerFunc, operationID string) StrictHandlerFunc
|
||||
type StrictHandlerFunc = runtime.StrictHttpHandlerFunc
|
||||
type StrictMiddlewareFunc = runtime.StrictHttpMiddlewareFunc
|
||||
|
||||
type StrictHTTPServerOptions struct {
|
||||
RequestErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue