Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default todo list HTTP client.
Functions ¶
This section is empty.
Types ¶
type TodoList ¶
type TodoList struct { Todos *todos.Client Transport runtime.ClientTransport }
TodoList is a client for todo list
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *TodoList
New creates a new todo list client
func NewHTTPClient ¶
NewHTTPClient creates a new todo list HTTP client.
func (*TodoList) SetTransport ¶
func (c *TodoList) 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.