package
0.0.0-20241227064428-844e847ef4b4
Repository: https://github.com/ianchen0119/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.
# Constants
FindTodosOKCode is the HTTP code returned for type FindTodosOK.
# 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.