Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2023 v0.1.0 Oct 12, 2023 Changes in this version + type AuthImpl struct + func (i *AuthImpl) KeyAuth(token string) (interface{}, error) + type ConfigureImpl struct + func (i *ConfigureImpl) ConfigureFlags(api *operations.AToDoListApplicationAPI) + func (i *ConfigureImpl) ConfigureServer(s *http.Server, scheme, addr string) + func (i *ConfigureImpl) ConfigureTLS(tlsConfig *tls.Config) + func (i *ConfigureImpl) CustomConfigure(api *operations.AToDoListApplicationAPI) + func (i *ConfigureImpl) SetupGlobalMiddleware(handler http.Handler) http.Handler + func (i *ConfigureImpl) SetupMiddlewares(handler http.Handler) http.Handler + type Flags struct + Example1 string + Example2 string + type HandlerImpl struct + func New() *HandlerImpl + type TodosHandlerImpl struct + func (i *TodosHandlerImpl) AddOne(params todos.AddOneParams, principal interface{}) middleware.Responder + func (i *TodosHandlerImpl) DestroyOne(params todos.DestroyOneParams, principal interface{}) middleware.Responder + func (i *TodosHandlerImpl) FindTodos(params todos.FindTodosParams, principal interface{}) middleware.Responder + func (i *TodosHandlerImpl) UpdateOne(params todos.UpdateOneParams, principal interface{}) middleware.Responder