Versions in this module Expand all Collapse all v1 v1.0.1 Sep 12, 2020 Changes in this version + type LibraryAPI struct + APIKeyAuthenticator func(string, string, security.TokenAuthentication) runtime.Authenticator + BasicAuthenticator func(security.UserPassAuthentication) runtime.Authenticator + BearerAuthenticator func(string, security.ScopedTokenAuthentication) runtime.Authenticator + BookIDBookIDHandler book_id.BookIDHandler + BookNameBookNameHandler book_name.BookNameHandler + CommandLineOptionsGroups []swag.CommandLineOptionsGroup + JSONConsumer runtime.Consumer + JSONProducer runtime.Producer + Logger func(string, ...interface{}) + Middleware func(middleware.Builder) http.Handler + PageIDPageIDHandler page_id.PageIDHandler + ServeError func(http.ResponseWriter, *http.Request, error) + ServerShutdown func() + ShelvesIDShelvesIDHandler shelves_id.ShelvesIDHandler + ShelvesShelvesHandler shelves.ShelvesHandler + func NewLibraryAPI(spec *loads.Document) *LibraryAPI + func (o *LibraryAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *LibraryAPI) Authorizer() runtime.Authorizer + func (o *LibraryAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *LibraryAPI) Context() *middleware.Context + func (o *LibraryAPI) DefaultConsumes() string + func (o *LibraryAPI) DefaultProduces() string + func (o *LibraryAPI) Formats() strfmt.Registry + func (o *LibraryAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *LibraryAPI) Init() + func (o *LibraryAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *LibraryAPI) RegisterConsumer(mediaType string, consumer runtime.Consumer) + func (o *LibraryAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *LibraryAPI) RegisterProducer(mediaType string, producer runtime.Producer) + func (o *LibraryAPI) Serve(builder middleware.Builder) http.Handler + func (o *LibraryAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *LibraryAPI) SetDefaultConsumes(mediaType string) + func (o *LibraryAPI) SetDefaultProduces(mediaType string) + func (o *LibraryAPI) SetSpec(spec *loads.Document) + func (o *LibraryAPI) Validate() error Other modules containing this package github.com/MarlikAlmighty/library/v2