Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInfoRouteParams ¶
GetUserInfoRouteParams contains all the bound params for the get user info route operation typically these are obtained from a http.Request
swagger:parameters GetUserInfoRoute
func NewGetUserInfoRouteParams ¶
func NewGetUserInfoRouteParams() GetUserInfoRouteParams
NewGetUserInfoRouteParams creates a new GetUserInfoRouteParams object no default values defined in spec.
func (*GetUserInfoRouteParams) BindRequest ¶
func (o *GetUserInfoRouteParams) 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 NewGetUserInfoRouteParams() beforehand.
type PostChangePasswordRouteParams ¶
type PostChangePasswordRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostChangePasswordPayload }
PostChangePasswordRouteParams contains all the bound params for the post change password route operation typically these are obtained from a http.Request
swagger:parameters PostChangePasswordRoute
func NewPostChangePasswordRouteParams ¶
func NewPostChangePasswordRouteParams() PostChangePasswordRouteParams
NewPostChangePasswordRouteParams creates a new PostChangePasswordRouteParams object no default values defined in spec.
func (*PostChangePasswordRouteParams) BindRequest ¶
func (o *PostChangePasswordRouteParams) 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 NewPostChangePasswordRouteParams() beforehand.
type PostForgotPasswordCompleteRouteParams ¶
type PostForgotPasswordCompleteRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostForgotPasswordCompletePayload }
PostForgotPasswordCompleteRouteParams contains all the bound params for the post forgot password complete route operation typically these are obtained from a http.Request
swagger:parameters PostForgotPasswordCompleteRoute
func NewPostForgotPasswordCompleteRouteParams ¶
func NewPostForgotPasswordCompleteRouteParams() PostForgotPasswordCompleteRouteParams
NewPostForgotPasswordCompleteRouteParams creates a new PostForgotPasswordCompleteRouteParams object no default values defined in spec.
func (*PostForgotPasswordCompleteRouteParams) BindRequest ¶
func (o *PostForgotPasswordCompleteRouteParams) 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 NewPostForgotPasswordCompleteRouteParams() beforehand.
type PostForgotPasswordRouteParams ¶
type PostForgotPasswordRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostForgotPasswordPayload }
PostForgotPasswordRouteParams contains all the bound params for the post forgot password route operation typically these are obtained from a http.Request
swagger:parameters PostForgotPasswordRoute
func NewPostForgotPasswordRouteParams ¶
func NewPostForgotPasswordRouteParams() PostForgotPasswordRouteParams
NewPostForgotPasswordRouteParams creates a new PostForgotPasswordRouteParams object no default values defined in spec.
func (*PostForgotPasswordRouteParams) BindRequest ¶
func (o *PostForgotPasswordRouteParams) 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 NewPostForgotPasswordRouteParams() beforehand.
type PostLoginRouteParams ¶
type PostLoginRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostLoginPayload }
PostLoginRouteParams contains all the bound params for the post login route operation typically these are obtained from a http.Request
swagger:parameters PostLoginRoute
func NewPostLoginRouteParams ¶
func NewPostLoginRouteParams() PostLoginRouteParams
NewPostLoginRouteParams creates a new PostLoginRouteParams object no default values defined in spec.
func (*PostLoginRouteParams) BindRequest ¶
func (o *PostLoginRouteParams) 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 NewPostLoginRouteParams() beforehand.
type PostLogoutRouteParams ¶
type PostLogoutRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostLogoutPayload }
PostLogoutRouteParams contains all the bound params for the post logout route operation typically these are obtained from a http.Request
swagger:parameters PostLogoutRoute
func NewPostLogoutRouteParams ¶
func NewPostLogoutRouteParams() PostLogoutRouteParams
NewPostLogoutRouteParams creates a new PostLogoutRouteParams object no default values defined in spec.
func (*PostLogoutRouteParams) BindRequest ¶
func (o *PostLogoutRouteParams) 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 NewPostLogoutRouteParams() beforehand.
type PostRefreshRouteParams ¶
type PostRefreshRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostRefreshPayload }
PostRefreshRouteParams contains all the bound params for the post refresh route operation typically these are obtained from a http.Request
swagger:parameters PostRefreshRoute
func NewPostRefreshRouteParams ¶
func NewPostRefreshRouteParams() PostRefreshRouteParams
NewPostRefreshRouteParams creates a new PostRefreshRouteParams object no default values defined in spec.
func (*PostRefreshRouteParams) BindRequest ¶
func (o *PostRefreshRouteParams) 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 NewPostRefreshRouteParams() beforehand.
type PostRegisterRouteParams ¶
type PostRegisterRouteParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /* In: body */ Payload *types.PostRegisterPayload }
PostRegisterRouteParams contains all the bound params for the post register route operation typically these are obtained from a http.Request
swagger:parameters PostRegisterRoute
func NewPostRegisterRouteParams ¶
func NewPostRegisterRouteParams() PostRegisterRouteParams
NewPostRegisterRouteParams creates a new PostRegisterRouteParams object no default values defined in spec.
func (*PostRegisterRouteParams) BindRequest ¶
func (o *PostRegisterRouteParams) 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 NewPostRegisterRouteParams() beforehand.