Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 Changes in this version + type SimpleToDoListAPI struct + JSONConsumer httpkit.Consumer + JSONProducer httpkit.Producer + KeyAuth func(string) (interface{}, error) + ServeError func(http.ResponseWriter, *http.Request, error) + TodosAddOneHandler todos.AddOneHandler + TodosDestroyOneHandler todos.DestroyOneHandler + TodosFindHandler todos.FindHandler + TodosUpdateOneHandler todos.UpdateOneHandler + func NewSimpleToDoListAPI(spec *spec.Document) *SimpleToDoListAPI + func (o *SimpleToDoListAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]httpkit.Authenticator + func (o *SimpleToDoListAPI) ConsumersFor(mediaTypes []string) map[string]httpkit.Consumer + func (o *SimpleToDoListAPI) DefaultConsumes() string + func (o *SimpleToDoListAPI) DefaultProduces() string + func (o *SimpleToDoListAPI) Formats() strfmt.Registry + func (o *SimpleToDoListAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *SimpleToDoListAPI) ProducersFor(mediaTypes []string) map[string]httpkit.Producer + func (o *SimpleToDoListAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *SimpleToDoListAPI) Serve(builder middleware.Builder) http.Handler + func (o *SimpleToDoListAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *SimpleToDoListAPI) SetDefaultConsumes(mediaType string) + func (o *SimpleToDoListAPI) SetDefaultProduces(mediaType string) + func (o *SimpleToDoListAPI) Validate() error v0.1.0 Dec 14, 2015 Changes in this version + type ToDoListAPI struct + AddOneHandler todos.AddOneHandler + DestroyOneHandler todos.DestroyOneHandler + FindHandler todos.FindHandler + JSONConsumer httpkit.Consumer + JSONProducer httpkit.Producer + KeyAuth func(string) (interface{}, error) + ServeError func(http.ResponseWriter, *http.Request, error) + UpdateOneHandler todos.UpdateOneHandler + func NewToDoListAPI(spec *spec.Document) *ToDoListAPI + func (o *ToDoListAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]httpkit.Authenticator + func (o *ToDoListAPI) ConsumersFor(mediaTypes []string) map[string]httpkit.Consumer + func (o *ToDoListAPI) DefaultConsumes() string + func (o *ToDoListAPI) DefaultProduces() string + func (o *ToDoListAPI) Formats() strfmt.Registry + func (o *ToDoListAPI) HandlerFor(operationID string) (http.Handler, bool) + func (o *ToDoListAPI) ProducersFor(mediaTypes []string) map[string]httpkit.Producer + func (o *ToDoListAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *ToDoListAPI) Serve(builder middleware.Builder) http.Handler + func (o *ToDoListAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *ToDoListAPI) SetDefaultConsumes(mediaType string) + func (o *ToDoListAPI) SetDefaultProduces(mediaType string) + func (o *ToDoListAPI) Validate() error