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