Documentation ¶
Index ¶
- type UserInfoGetParams
- func (o *UserInfoGetParams) BindRequest(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
- func (o *UserInfoGetParams) BindRequestW(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
- func (o *UserInfoGetParams) RW() (*http.Request, http.ResponseWriter)
- func (o *UserInfoGetParams) WR() (http.ResponseWriter, *http.Request)
- type UserInfoUpdateParams
- func (o *UserInfoUpdateParams) BindRequest(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
- func (o *UserInfoUpdateParams) BindRequestW(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
- func (o *UserInfoUpdateParams) RW() (*http.Request, http.ResponseWriter)
- func (o *UserInfoUpdateParams) WR() (http.ResponseWriter, *http.Request)
- type UserPrincipalGetParams
- func (o *UserPrincipalGetParams) BindRequest(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
- func (o *UserPrincipalGetParams) BindRequestW(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
- func (o *UserPrincipalGetParams) RW() (*http.Request, http.ResponseWriter)
- func (o *UserPrincipalGetParams) WR() (http.ResponseWriter, *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInfoGetParams ¶
type UserInfoGetParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` HTTPResponse http.ResponseWriter `json:"-"` }
UserInfoGetParams contains all the bound params for the user info get operation typically these are obtained from a http.Request
swagger:parameters UserInfoGet
func NewUserInfoGetParams ¶
func NewUserInfoGetParams() UserInfoGetParams
NewUserInfoGetParams creates a new UserInfoGetParams object no default values defined in spec.
func (*UserInfoGetParams) BindRequest ¶
func (o *UserInfoGetParams) BindRequest(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) 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.
func (*UserInfoGetParams) BindRequestW ¶
func (o *UserInfoGetParams) BindRequestW(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
BindRequestW 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.
func (*UserInfoGetParams) RW ¶
func (o *UserInfoGetParams) RW() (*http.Request, http.ResponseWriter)
func (*UserInfoGetParams) WR ¶
func (o *UserInfoGetParams) WR() (http.ResponseWriter, *http.Request)
type UserInfoUpdateParams ¶
type UserInfoUpdateParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` HTTPResponse http.ResponseWriter `json:"-"` /*The new profile In: body */ Profile oauth.Profile }
UserInfoUpdateParams contains all the bound params for the user info update operation typically these are obtained from a http.Request
swagger:parameters UserInfoUpdate
func NewUserInfoUpdateParams ¶
func NewUserInfoUpdateParams() UserInfoUpdateParams
NewUserInfoUpdateParams creates a new UserInfoUpdateParams object no default values defined in spec.
func (*UserInfoUpdateParams) BindRequest ¶
func (o *UserInfoUpdateParams) BindRequest(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) 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.
func (*UserInfoUpdateParams) BindRequestW ¶
func (o *UserInfoUpdateParams) BindRequestW(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
BindRequestW 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.
func (*UserInfoUpdateParams) RW ¶
func (o *UserInfoUpdateParams) RW() (*http.Request, http.ResponseWriter)
func (*UserInfoUpdateParams) WR ¶
func (o *UserInfoUpdateParams) WR() (http.ResponseWriter, *http.Request)
type UserPrincipalGetParams ¶
type UserPrincipalGetParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` HTTPResponse http.ResponseWriter `json:"-"` }
UserPrincipalGetParams contains all the bound params for the user principal get operation typically these are obtained from a http.Request
swagger:parameters UserPrincipalGet
func NewUserPrincipalGetParams ¶
func NewUserPrincipalGetParams() UserPrincipalGetParams
NewUserPrincipalGetParams creates a new UserPrincipalGetParams object no default values defined in spec.
func (*UserPrincipalGetParams) BindRequest ¶
func (o *UserPrincipalGetParams) BindRequest(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) 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.
func (*UserPrincipalGetParams) BindRequestW ¶
func (o *UserPrincipalGetParams) BindRequestW(w http.ResponseWriter, r *http.Request, c ...runtime.Consumer) error
BindRequestW 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.
func (*UserPrincipalGetParams) RW ¶
func (o *UserPrincipalGetParams) RW() (*http.Request, http.ResponseWriter)
func (*UserPrincipalGetParams) WR ¶
func (o *UserPrincipalGetParams) WR() (http.ResponseWriter, *http.Request)