mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
Update module github.com/go-swagger/go-swagger to v0.32.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
test/tools/vendor/github.com/go-openapi/runtime/client_request.go
generated
vendored
4
test/tools/vendor/github.com/go-openapi/runtime/client_request.go
generated
vendored
@@ -37,8 +37,8 @@ type ClientRequestWriter interface {
|
||||
}
|
||||
|
||||
// ClientRequest is an interface for things that know how to
|
||||
// add information to a swagger client request
|
||||
type ClientRequest interface {
|
||||
// add information to a swagger client request.
|
||||
type ClientRequest interface { //nolint:interfacebloat // a swagger-capable request is quite rich, hence the many getter/setters
|
||||
SetHeaderParam(string, ...string) error
|
||||
|
||||
GetHeaderParams() http.Header
|
||||
|
||||
Reference in New Issue
Block a user