Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type TodoListAPI 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 + JSONConsumer runtime.Consumer + JSONProducer runtime.Producer + KeyAuth func(string) (interface{}, error) + Logger func(string, ...interface{}) + Middleware func(middleware.Builder) http.Handler + PreServerShutdown func() + ServeError func(http.ResponseWriter, *http.Request, error) + ServerShutdown func() + TodosAddOneHandler todos.AddOneHandler + TodosDestroyOneHandler todos.DestroyOneHandler + TodosFindHandler todos.FindHandler + TodosUpdateOneHandler todos.UpdateOneHandler + func NewTodoListAPI(spec *loads.Document) *TodoListAPI + func (o *TodoListAPI) AddMiddlewareFor(method, path string, builder middleware.Builder) + func (o *TodoListAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *TodoListAPI) Authorizer() runtime.Authorizer + func (o *TodoListAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *TodoListAPI) Context() *middleware.Context + func (o *TodoListAPI) DefaultConsumes() string + func (o *TodoListAPI) DefaultProduces() string + func (o *TodoListAPI) Formats() strfmt.Registry + func (o *TodoListAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *TodoListAPI) Init() + func (o *TodoListAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *TodoListAPI) RegisterConsumer(mediaType string, consumer runtime.Consumer) + func (o *TodoListAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *TodoListAPI) RegisterProducer(mediaType string, producer runtime.Producer) + 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) SetSpec(spec *loads.Document) + func (o *TodoListAPI) Validate() error