Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 Changes in this version + type SimpleToDoList struct + Todos *todos.Client + Transport client.Transport + func (c *SimpleToDoList) SetTransport(transport client.Transport) v0.1.0 Dec 14, 2015 Changes in this version + var Default = NewHTTPClient(nil) + var SwaggerJSON = json.RawMessage([]byte{ ... }) + type ToDoList struct + Todos *todos.Client + Transport client.Transport + func New(transport client.Transport, formats strfmt.Registry) *ToDoList + func NewHTTPClient(formats strfmt.Registry) *ToDoList + func (c *ToDoList) SetTransport(transport client.Transport)