Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + type APIManagerAPI struct + APIAuthorizer runtime.Authorizer + APIKeyAuthenticator func(string, string, security.TokenAuthentication) runtime.Authenticator + BasicAuthenticator func(security.UserPassAuthentication) runtime.Authenticator + BearerAuthenticator func(string, security.ScopedTokenAuthentication) runtime.Authenticator + CommandLineOptionsGroups []swag.CommandLineOptionsGroup + CookieAuth func(string) (interface{}, error) + EndpointAddAPIHandler endpoint.AddAPIHandler + EndpointDeleteAPIHandler endpoint.DeleteAPIHandler + EndpointGetAPIHandler endpoint.GetAPIHandler + EndpointGetApisHandler endpoint.GetApisHandler + EndpointUpdateAPIHandler endpoint.UpdateAPIHandler + 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 NewAPIManagerAPI(spec *loads.Document) *APIManagerAPI + func (o *APIManagerAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *APIManagerAPI) Authorizer() runtime.Authorizer + func (o *APIManagerAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *APIManagerAPI) Context() *middleware.Context + func (o *APIManagerAPI) DefaultConsumes() string + func (o *APIManagerAPI) DefaultProduces() string + func (o *APIManagerAPI) Formats() strfmt.Registry + func (o *APIManagerAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *APIManagerAPI) Init() + func (o *APIManagerAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *APIManagerAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *APIManagerAPI) Serve(builder middleware.Builder) http.Handler + func (o *APIManagerAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *APIManagerAPI) SetDefaultConsumes(mediaType string) + func (o *APIManagerAPI) SetDefaultProduces(mediaType string) + func (o *APIManagerAPI) SetSpec(spec *loads.Document) + func (o *APIManagerAPI) Validate() error