Bump go-openapi dependencies to preferred version
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
This commit is contained in:
3
vendor/github.com/go-openapi/runtime/client_request.go
generated
vendored
3
vendor/github.com/go-openapi/runtime/client_request.go
generated
vendored
@@ -17,6 +17,7 @@ package runtime
|
||||
import (
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
@@ -40,6 +41,8 @@ type ClientRequestWriter interface {
|
||||
// add information to a swagger client request
|
||||
type ClientRequest interface {
|
||||
SetHeaderParam(string, ...string) error
|
||||
|
||||
GetHeaderParams() http.Header
|
||||
|
||||
SetQueryParam(string, ...string) error
|
||||
|
||||
|
Reference in New Issue
Block a user