package
0.4.0-rc1
Repository: https://github.com/spidernet-io/spiderdoctor.git
Documentation: pkg.go.dev

# Functions

NewGet creates a new http.Handler for the get operation.
NewGetOK creates GetOK with default headers values.
NewGetParams creates a new GetParams object There are no default values defined in the spec.
NewGetSpiderdoctoragent creates a new http.Handler for the get spiderdoctoragent operation.
NewGetSpiderdoctoragentOK creates GetSpiderdoctoragentOK with default headers values.
NewGetSpiderdoctoragentParams creates a new GetSpiderdoctoragentParams object There are no default values defined in the spec.

# Constants

GetOKCode is the HTTP code returned for type GetOK.
GetSpiderdoctoragentOKCode is the HTTP code returned for type GetSpiderdoctoragentOK.

# Structs

Get swagger:route GET / echo get echo http request echo http request */.
GetOK Success swagger:response getOK */.
GetParams contains all the bound params for the get operation typically these are obtained from a http.Request swagger:parameters Get.
GetSpiderdoctoragent swagger:route GET /spiderdoctoragent echo getSpiderdoctoragent echo http request echo http request */.
GetSpiderdoctoragentOK Success swagger:response getSpiderdoctoragentOK */.
GetSpiderdoctoragentParams contains all the bound params for the get spiderdoctoragent operation typically these are obtained from a http.Request swagger:parameters GetSpiderdoctoragent.
GetSpiderdoctoragentURL generates an URL for the get spiderdoctoragent operation.
GetURL generates an URL for the get operation.

# Interfaces

GetHandler interface for that can handle valid get params.
GetSpiderdoctoragentHandler interface for that can handle valid get spiderdoctoragent params.

# Type aliases

GetHandlerFunc turns a function with the right signature into a get handler.
GetSpiderdoctoragentHandlerFunc turns a function with the right signature into a get spiderdoctoragent handler.