package
0.0.0-20230512003747-f22d49722d19
Repository: https://github.com/invisionapp/go-swagger.git
Documentation: pkg.go.dev

# Functions

NewFindTodos creates a new http.Handler for the find todos operation.
NewFindTodosDefault creates FindTodosDefault with default headers values.
NewFindTodosOK creates FindTodosOK with default headers values.
NewFindTodosParams creates a new FindTodosParams object with the default values initialized.

# Structs

FindTodos swagger:route GET / todos findTodos FindTodos find todos API */.
FindTodosDefault generic error response swagger:response findTodosDefault */.
FindTodosOK list the todo operations swagger:response findTodosOK */.
FindTodosParams contains all the bound params for the find todos operation typically these are obtained from a http.Request swagger:parameters findTodos.
FindTodosURL generates an URL for the find todos operation.

# Interfaces

FindTodosHandler interface for that can handle valid find todos params.

# Type aliases

FindTodosHandlerFunc turns a function with the right signature into a find todos handler.