Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetHealthyRouteParams ¶
GetHealthyRouteParams contains all the bound params for the get healthy route operation typically these are obtained from a http.Request
swagger:parameters GetHealthyRoute
func NewGetHealthyRouteParams ¶
func NewGetHealthyRouteParams() GetHealthyRouteParams
NewGetHealthyRouteParams creates a new GetHealthyRouteParams object no default values defined in spec.
func (*GetHealthyRouteParams) BindRequest ¶
func (o *GetHealthyRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewGetHealthyRouteParams() beforehand.
type GetReadyRouteParams ¶
GetReadyRouteParams contains all the bound params for the get ready route operation typically these are obtained from a http.Request
swagger:parameters GetReadyRoute
func NewGetReadyRouteParams ¶
func NewGetReadyRouteParams() GetReadyRouteParams
NewGetReadyRouteParams creates a new GetReadyRouteParams object no default values defined in spec.
func (*GetReadyRouteParams) BindRequest ¶
func (o *GetReadyRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewGetReadyRouteParams() beforehand.
type GetSwaggerRouteParams ¶
GetSwaggerRouteParams contains all the bound params for the get swagger route operation typically these are obtained from a http.Request
swagger:parameters GetSwaggerRoute
func NewGetSwaggerRouteParams ¶
func NewGetSwaggerRouteParams() GetSwaggerRouteParams
NewGetSwaggerRouteParams creates a new GetSwaggerRouteParams object no default values defined in spec.
func (*GetSwaggerRouteParams) BindRequest ¶
func (o *GetSwaggerRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewGetSwaggerRouteParams() beforehand.
type GetVersionRouteParams ¶
GetVersionRouteParams contains all the bound params for the get version route operation typically these are obtained from a http.Request
swagger:parameters GetVersionRoute
func NewGetVersionRouteParams ¶
func NewGetVersionRouteParams() GetVersionRouteParams
NewGetVersionRouteParams creates a new GetVersionRouteParams object no default values defined in spec.
func (*GetVersionRouteParams) BindRequest ¶
func (o *GetVersionRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewGetVersionRouteParams() beforehand.
type PostTestRouteParams ¶
PostTestRouteParams contains all the bound params for the post test route operation typically these are obtained from a http.Request
swagger:parameters PostTestRoute
func NewPostTestRouteParams ¶
func NewPostTestRouteParams() PostTestRouteParams
NewPostTestRouteParams creates a new PostTestRouteParams object no default values defined in spec.
func (*PostTestRouteParams) BindRequest ¶
func (o *PostTestRouteParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewPostTestRouteParams() beforehand.