Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type AToDoListApplicationAPI 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 + TodosFindTodosHandler todos.FindTodosHandler + TodosUpdateOneHandler todos.UpdateOneHandler + func NewAToDoListApplicationAPI(spec *loads.Document) *AToDoListApplicationAPI + func (o *AToDoListApplicationAPI) AddMiddlewareFor(method, path string, builder middleware.Builder) + func (o *AToDoListApplicationAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *AToDoListApplicationAPI) Authorizer() runtime.Authorizer + func (o *AToDoListApplicationAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *AToDoListApplicationAPI) Context() *middleware.Context + func (o *AToDoListApplicationAPI) DefaultConsumes() string + func (o *AToDoListApplicationAPI) DefaultProduces() string + func (o *AToDoListApplicationAPI) Formats() strfmt.Registry + func (o *AToDoListApplicationAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *AToDoListApplicationAPI) Init() + func (o *AToDoListApplicationAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *AToDoListApplicationAPI) RegisterConsumer(mediaType string, consumer runtime.Consumer) + func (o *AToDoListApplicationAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *AToDoListApplicationAPI) RegisterProducer(mediaType string, producer runtime.Producer) + func (o *AToDoListApplicationAPI) Serve(builder middleware.Builder) http.Handler + func (o *AToDoListApplicationAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *AToDoListApplicationAPI) SetDefaultConsumes(mediaType string) + func (o *AToDoListApplicationAPI) SetDefaultProduces(mediaType string) + func (o *AToDoListApplicationAPI) SetSpec(spec *loads.Document) + func (o *AToDoListApplicationAPI) UseRedoc() + func (o *AToDoListApplicationAPI) UseSwaggerUI() + func (o *AToDoListApplicationAPI) Validate() error