forked from loafle/openapi-generator-original
minor enhancement to code format in go client (#11657)
This commit is contained in:
@@ -27,7 +27,6 @@ type ApiAnyKeyRequest struct {
|
||||
ApiService *UsageApiService
|
||||
}
|
||||
|
||||
|
||||
func (r ApiAnyKeyRequest) Execute() (map[string]interface{}, *http.Response, error) {
|
||||
return r.ApiService.AnyKeyExecute(r)
|
||||
}
|
||||
@@ -155,7 +154,6 @@ type ApiBothKeysRequest struct {
|
||||
ApiService *UsageApiService
|
||||
}
|
||||
|
||||
|
||||
func (r ApiBothKeysRequest) Execute() (map[string]interface{}, *http.Response, error) {
|
||||
return r.ApiService.BothKeysExecute(r)
|
||||
}
|
||||
@@ -283,7 +281,6 @@ type ApiKeyInHeaderRequest struct {
|
||||
ApiService *UsageApiService
|
||||
}
|
||||
|
||||
|
||||
func (r ApiKeyInHeaderRequest) Execute() (map[string]interface{}, *http.Response, error) {
|
||||
return r.ApiService.KeyInHeaderExecute(r)
|
||||
}
|
||||
@@ -397,7 +394,6 @@ type ApiKeyInQueryRequest struct {
|
||||
ApiService *UsageApiService
|
||||
}
|
||||
|
||||
|
||||
func (r ApiKeyInQueryRequest) Execute() (map[string]interface{}, *http.Response, error) {
|
||||
return r.ApiService.KeyInQueryExecute(r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user