mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updating functions_go to 0.1.37
This commit is contained in:
2
vendor/github.com/funcy/functions_go/VERSION
generated
vendored
2
vendor/github.com/funcy/functions_go/VERSION
generated
vendored
@@ -1 +1 @@
|
||||
0.1.36
|
||||
0.1.37
|
||||
14
vendor/github.com/funcy/functions_go/client/functions_client.go
generated
vendored
14
vendor/github.com/funcy/functions_go/client/functions_client.go
generated
vendored
@@ -15,8 +15,6 @@ import (
|
||||
"github.com/funcy/functions_go/client/call"
|
||||
"github.com/funcy/functions_go/client/operations"
|
||||
"github.com/funcy/functions_go/client/routes"
|
||||
"github.com/funcy/functions_go/client/tasks"
|
||||
"github.com/funcy/functions_go/client/version"
|
||||
)
|
||||
|
||||
// Default functions HTTP client.
|
||||
@@ -68,10 +66,6 @@ func New(transport runtime.ClientTransport, formats strfmt.Registry) *Functions
|
||||
|
||||
cli.Routes = routes.New(transport, formats)
|
||||
|
||||
cli.Tasks = tasks.New(transport, formats)
|
||||
|
||||
cli.Version = version.New(transport, formats)
|
||||
|
||||
return cli
|
||||
}
|
||||
|
||||
@@ -124,10 +118,6 @@ type Functions struct {
|
||||
|
||||
Routes *routes.Client
|
||||
|
||||
Tasks *tasks.Client
|
||||
|
||||
Version *version.Client
|
||||
|
||||
Transport runtime.ClientTransport
|
||||
}
|
||||
|
||||
@@ -143,8 +133,4 @@ func (c *Functions) SetTransport(transport runtime.ClientTransport) {
|
||||
|
||||
c.Routes.SetTransport(transport)
|
||||
|
||||
c.Tasks.SetTransport(transport)
|
||||
|
||||
c.Version.SetTransport(transport)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user