Versions in this module Expand all Collapse all v0 v0.0.2 Jan 6, 2017 v0.0.1 Jan 6, 2017 Changes in this version + type EsioAPI struct + CommandLineOptionsGroups []swag.CommandLineOptionsGroup + HealthGetHealthzHandler health.GetHealthzHandler + IndexDeleteStartEndHandler index.DeleteStartEndHandler + IndexGetStartEndHandler index.GetStartEndHandler + IndexPostStartEndHandler index.PostStartEndHandler + JSONConsumer runtime.Consumer + JSONProducer runtime.Producer + Logger func(string, ...interface{}) + Middleware func(middleware.Builder) http.Handler + ServeError func(http.ResponseWriter, *http.Request, error) + ServerShutdown func() + func NewEsioAPI(spec *loads.Document) *EsioAPI + func (o *EsioAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *EsioAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *EsioAPI) Context() *middleware.Context + func (o *EsioAPI) DefaultConsumes() string + func (o *EsioAPI) DefaultProduces() string + func (o *EsioAPI) Formats() strfmt.Registry + func (o *EsioAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *EsioAPI) Init() + func (o *EsioAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *EsioAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *EsioAPI) Serve(builder middleware.Builder) http.Handler + func (o *EsioAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *EsioAPI) SetDefaultConsumes(mediaType string) + func (o *EsioAPI) SetDefaultProduces(mediaType string) + func (o *EsioAPI) SetSpec(spec *loads.Document) + func (o *EsioAPI) Validate() error