Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 Changes in this version type EventListAPI + EventsDeleteEventByIDHandler events.DeleteEventByIDHandler + EventsGetEventByIDHandler events.GetEventByIDHandler + EventsGetEventsHandler events.GetEventsHandler + EventsPostEventHandler events.PostEventHandler + EventsPutEventByIDHandler events.PutEventByIDHandler v0.1.0 Dec 14, 2015 Changes in this version + type EventListAPI struct + DeleteEventByIDHandler events.DeleteEventByIDHandler + GetEventByIDHandler events.GetEventByIDHandler + GetEventsHandler events.GetEventsHandler + JSONConsumer httpkit.Consumer + JSONProducer httpkit.Producer + PostEventHandler events.PostEventHandler + PutEventByIDHandler events.PutEventByIDHandler + ServeError func(http.ResponseWriter, *http.Request, error) + func NewEventListAPI(spec *spec.Document) *EventListAPI + func (o *EventListAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]httpkit.Authenticator + func (o *EventListAPI) ConsumersFor(mediaTypes []string) map[string]httpkit.Consumer + func (o *EventListAPI) DefaultConsumes() string + func (o *EventListAPI) DefaultProduces() string + func (o *EventListAPI) Formats() strfmt.Registry + func (o *EventListAPI) HandlerFor(operationID string) (http.Handler, bool) + func (o *EventListAPI) ProducersFor(mediaTypes []string) map[string]httpkit.Producer + func (o *EventListAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *EventListAPI) Serve(builder middleware.Builder) http.Handler + func (o *EventListAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *EventListAPI) SetDefaultConsumes(mediaType string) + func (o *EventListAPI) SetDefaultProduces(mediaType string) + func (o *EventListAPI) Validate() error