Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default functions HTTP client.
Functions ¶
This section is empty.
Types ¶
type Functions ¶
type Functions struct {
Apps *apps.Client
Routes *routes.Client
Tasks *tasks.Client
Version *version.Client
Transport runtime.ClientTransport
}
Functions is a client for functions
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Functions
New creates a new functions client
func NewHTTPClient ¶
NewHTTPClient creates a new functions HTTP client.
func (*Functions) SetTransport ¶
func (c *Functions) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.