Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default teresa HTTP client.
Functions ¶
This section is empty.
Types ¶
type Teresa ¶
type Teresa struct { Apps *apps.Client Auth *auth.Client Deployments *deployments.Client Teams *teams.Client Users *users.Client Transport runtime.ClientTransport }
Teresa is a client for teresa
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Teresa
New creates a new teresa client
func NewHTTPClient ¶
NewHTTPClient creates a new teresa HTTP client.
func (*Teresa) SetTransport ¶
func (c *Teresa) 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.