package
0.0.0-20241227064428-844e847ef4b4
Repository: https://github.com/ianchen0119/go-swagger.git
Documentation: pkg.go.dev
# Functions
NewGetGreeting creates a new http.Handler for the get greeting operation.
NewGetGreetingOK creates GetGreetingOK with default headers values.
NewGetGreetingParams creates a new GetGreetingParams object
There are no default values defined in the spec.
NewGreeterAPI creates a new Greeter instance.
# Constants
GetGreetingOKCode is the HTTP code returned for type GetGreetingOK.
# Structs
GetGreeting swagger:route GET /hello getGreeting
GetGreeting get greeting API
*/.
GetGreetingOK returns a greeting
swagger:response getGreetingOK
*/.
GetGreetingParams contains all the bound params for the get greeting operation typically these are obtained from a http.Request
swagger:parameters getGreeting.
GetGreetingURL generates an URL for the get greeting operation.
GreeterAPI the greeter API */.
# Interfaces
GetGreetingHandler interface for that can handle valid get greeting params.
# Type aliases
GetGreetingHandlerFunc turns a function with the right signature into a get greeting handler.