Documentation
¶
Index ¶
Constants ¶
View Source
const SpecFile string = `` /* 416-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 GetShopsShopHandlerFunc ¶
type GetShopsShopHandlerFunc func(r GetShopsShopRequester) GetShopsShopResponder
func (GetShopsShopHandlerFunc) ServeHTTP ¶
func (f GetShopsShopHandlerFunc) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetShopsShopRequest ¶
type GetShopsShopRequester ¶
type GetShopsShopRequester interface {
Parse() (GetShopsShopRequest, error)
}
type GetShopsShopResponder ¶
type GetShopsShopResponder interface {
// contains filtered or unexported methods
}
func GetShopsShopResponse200 ¶
func GetShopsShopResponse200() GetShopsShopResponder
func GetShopsShopResponseDefault ¶
func GetShopsShopResponseDefault(code int) GetShopsShopResponder
Click to show internal directories.
Click to hide internal directories.