Documentation
¶
Index ¶
Constants ¶
View Source
const SpecFile string = `` /* 214-byte string literal not displayed */
Variables ¶
Functions ¶
func SpecFileHandler ¶
Types ¶
type API ¶
type ErrParseParam ¶
func (ErrParseParam) Error ¶
func (e ErrParseParam) Error() string
func (ErrParseParam) Unwrap ¶
func (e ErrParseParam) Unwrap() error
type GetPetsIDsHandlerFunc ¶
type GetPetsIDsHandlerFunc func(r GetPetsIDsRequester) GetPetsIDsResponder
func (GetPetsIDsHandlerFunc) ServeHTTP ¶
func (f GetPetsIDsHandlerFunc) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetPetsIDsRequest ¶
type GetPetsIDsRequester ¶
type GetPetsIDsRequester interface {
Parse() GetPetsIDsRequest
}
type GetPetsIDsResponder ¶
type GetPetsIDsResponder interface {
// contains filtered or unexported methods
}
func GetPetsIDsResponse200JSON ¶
func GetPetsIDsResponse200JSON(body []float64) GetPetsIDsResponder
Click to show internal directories.
Click to hide internal directories.