package
0.0.0-20170421123233-0925bd9bdbce
Repository: https://github.com/grofers/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 with the default values initialized.
NewGreeterAPI creates a new Greeter instance.

# 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.