package
0.0.0-20211004124535-037b8dbae9f1
Repository: https://github.com/alexandrgurkin/tasker.git
Documentation: pkg.go.dev
# Functions
NewGetVersion creates a new http.Handler for the get version operation.
NewGetVersionOK creates GetVersionOK with default headers values.
NewGetVersionParams creates a new GetVersionParams object no default values defined in spec.
# Constants
GetVersionOKCode is the HTTP code returned for type GetVersionOK.
# Structs
GetVersion swagger:route GET /version version getVersion
Get version of server
*/.
GetVersionOK OK
swagger:response getVersionOK
*/.
GetVersionParams contains all the bound params for the get version operation typically these are obtained from a http.Request
swagger:parameters GetVersion.
GetVersionURL generates an URL for the get version operation.
# Interfaces
GetVersionHandler interface for that can handle valid get version params.
# Type aliases
GetVersionHandlerFunc turns a function with the right signature into a get version handler.