Documentation ¶
Index ¶
- type Client
- func (a *Client) GetUserInfoStatus(params *GetUserInfoStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserInfoStatusOK, error)deprecated
- func (a *Client) GetUserInfoStatusShort(params *GetUserInfoStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserInfoStatusOK, error)
- func (a *Client) InvalidateUserInfoCache(params *InvalidateUserInfoCacheParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateUserInfoCacheNoContent, error)deprecated
- func (a *Client) InvalidateUserInfoCacheShort(params *InvalidateUserInfoCacheParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateUserInfoCacheNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SyncUserInfo(params *SyncUserInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SyncUserInfoOK, error)deprecated
- func (a *Client) SyncUserInfoShort(params *SyncUserInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SyncUserInfoOK, error)
- type ClientService
- type GetUserInfoStatusOK
- type GetUserInfoStatusParams
- func NewGetUserInfoStatusParams() *GetUserInfoStatusParams
- func NewGetUserInfoStatusParamsWithContext(ctx context.Context) *GetUserInfoStatusParams
- func NewGetUserInfoStatusParamsWithHTTPClient(client *http.Client) *GetUserInfoStatusParams
- func NewGetUserInfoStatusParamsWithTimeout(timeout time.Duration) *GetUserInfoStatusParams
- func (o *GetUserInfoStatusParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetUserInfoStatusParams) SetContext(ctx context.Context)
- func (o *GetUserInfoStatusParams) SetFlightId(flightId string)
- func (o *GetUserInfoStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetUserInfoStatusParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetUserInfoStatusParams) SetNamespaces(namespaces *string)
- func (o *GetUserInfoStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetUserInfoStatusParams) WithContext(ctx context.Context) *GetUserInfoStatusParams
- func (o *GetUserInfoStatusParams) WithHTTPClient(client *http.Client) *GetUserInfoStatusParams
- func (o *GetUserInfoStatusParams) WithNamespaces(namespaces *string) *GetUserInfoStatusParams
- func (o *GetUserInfoStatusParams) WithTimeout(timeout time.Duration) *GetUserInfoStatusParams
- func (o *GetUserInfoStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserInfoStatusReader
- type InvalidateUserInfoCacheNoContent
- type InvalidateUserInfoCacheParams
- func NewInvalidateUserInfoCacheParams() *InvalidateUserInfoCacheParams
- func NewInvalidateUserInfoCacheParamsWithContext(ctx context.Context) *InvalidateUserInfoCacheParams
- func NewInvalidateUserInfoCacheParamsWithHTTPClient(client *http.Client) *InvalidateUserInfoCacheParams
- func NewInvalidateUserInfoCacheParamsWithTimeout(timeout time.Duration) *InvalidateUserInfoCacheParams
- func (o *InvalidateUserInfoCacheParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *InvalidateUserInfoCacheParams) SetContext(ctx context.Context)
- func (o *InvalidateUserInfoCacheParams) SetFlightId(flightId string)
- func (o *InvalidateUserInfoCacheParams) SetHTTPClient(client *http.Client)
- func (o *InvalidateUserInfoCacheParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *InvalidateUserInfoCacheParams) SetNamespace(namespace *string)
- func (o *InvalidateUserInfoCacheParams) SetTimeout(timeout time.Duration)
- func (o *InvalidateUserInfoCacheParams) WithContext(ctx context.Context) *InvalidateUserInfoCacheParams
- func (o *InvalidateUserInfoCacheParams) WithHTTPClient(client *http.Client) *InvalidateUserInfoCacheParams
- func (o *InvalidateUserInfoCacheParams) WithNamespace(namespace *string) *InvalidateUserInfoCacheParams
- func (o *InvalidateUserInfoCacheParams) WithTimeout(timeout time.Duration) *InvalidateUserInfoCacheParams
- func (o *InvalidateUserInfoCacheParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InvalidateUserInfoCacheReader
- type SyncUserInfoOK
- type SyncUserInfoParams
- func (o *SyncUserInfoParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncUserInfoParams) SetContext(ctx context.Context)
- func (o *SyncUserInfoParams) SetFlightId(flightId string)
- func (o *SyncUserInfoParams) SetHTTPClient(client *http.Client)
- func (o *SyncUserInfoParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncUserInfoParams) SetNamespace(namespace string)
- func (o *SyncUserInfoParams) SetTimeout(timeout time.Duration)
- func (o *SyncUserInfoParams) WithContext(ctx context.Context) *SyncUserInfoParams
- func (o *SyncUserInfoParams) WithHTTPClient(client *http.Client) *SyncUserInfoParams
- func (o *SyncUserInfoParams) WithNamespace(namespace string) *SyncUserInfoParams
- func (o *SyncUserInfoParams) WithTimeout(timeout time.Duration) *SyncUserInfoParams
- func (o *SyncUserInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncUserInfoReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for user info API
func (*Client) GetUserInfoStatus
deprecated
func (a *Client) GetUserInfoStatus(params *GetUserInfoStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserInfoStatusOK, error)
Deprecated: 2022-08-10 - Use GetUserInfoStatusShort instead.
GetUserInfoStatus get user info cache status Get user info cache last updated time per namespace. The query parameter namespaces can be a list of namespace separated by comma. If query parameter namespaces is empty, user info cache status for all available namespaces will be returned.
func (*Client) GetUserInfoStatusShort ¶ added in v0.8.0
func (a *Client) GetUserInfoStatusShort(params *GetUserInfoStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserInfoStatusOK, error)
GetUserInfoStatusShort get user info cache status Get user info cache last updated time per namespace. The query parameter namespaces can be a list of namespace separated by comma. If query parameter namespaces is empty, user info cache status for all available namespaces will be returned.
func (*Client) InvalidateUserInfoCache
deprecated
func (a *Client) InvalidateUserInfoCache(params *InvalidateUserInfoCacheParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateUserInfoCacheNoContent, error)
Deprecated: 2022-08-10 - Use InvalidateUserInfoCacheShort instead.
InvalidateUserInfoCache invalidate user info cache Invalidate user info cache in agreement service.
func (*Client) InvalidateUserInfoCacheShort ¶ added in v0.8.0
func (a *Client) InvalidateUserInfoCacheShort(params *InvalidateUserInfoCacheParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateUserInfoCacheNoContent, error)
InvalidateUserInfoCacheShort invalidate user info cache Invalidate user info cache in agreement service.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SyncUserInfo
deprecated
func (a *Client) SyncUserInfo(params *SyncUserInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SyncUserInfoOK, error)
Deprecated: 2022-08-10 - Use SyncUserInfoShort instead.
SyncUserInfo sync user info with iam service Sync user info cache in agreement service with iam service.
func (*Client) SyncUserInfoShort ¶ added in v0.8.0
func (a *Client) SyncUserInfoShort(params *SyncUserInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SyncUserInfoOK, error)
SyncUserInfoShort sync user info with iam service Sync user info cache in agreement service with iam service.
type ClientService ¶
type ClientService interface { GetUserInfoStatus(params *GetUserInfoStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserInfoStatusOK, error) GetUserInfoStatusShort(params *GetUserInfoStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserInfoStatusOK, error) SyncUserInfo(params *SyncUserInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SyncUserInfoOK, error) SyncUserInfoShort(params *SyncUserInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SyncUserInfoOK, error) InvalidateUserInfoCache(params *InvalidateUserInfoCacheParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateUserInfoCacheNoContent, error) InvalidateUserInfoCacheShort(params *InvalidateUserInfoCacheParams, authInfo runtime.ClientAuthInfoWriter) (*InvalidateUserInfoCacheNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new user info API client.
type GetUserInfoStatusOK ¶
type GetUserInfoStatusOK struct {
Payload []*legalclientmodels.RetrieveUserInfoCacheStatusResponse
}
GetUserInfoStatusOK handles this case with default header values.
successful operation
func NewGetUserInfoStatusOK ¶
func NewGetUserInfoStatusOK() *GetUserInfoStatusOK
NewGetUserInfoStatusOK creates a GetUserInfoStatusOK with default headers values
func (*GetUserInfoStatusOK) Error ¶
func (o *GetUserInfoStatusOK) Error() string
func (*GetUserInfoStatusOK) GetPayload ¶
func (o *GetUserInfoStatusOK) GetPayload() []*legalclientmodels.RetrieveUserInfoCacheStatusResponse
func (*GetUserInfoStatusOK) ToJSONString ¶ added in v0.25.0
func (o *GetUserInfoStatusOK) ToJSONString() string
type GetUserInfoStatusParams ¶
type GetUserInfoStatusParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespaces*/ Namespaces *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetUserInfoStatusParams contains all the parameters to send to the API endpoint for the get user info status operation typically these are written to a http.Request
func NewGetUserInfoStatusParams ¶
func NewGetUserInfoStatusParams() *GetUserInfoStatusParams
NewGetUserInfoStatusParams creates a new GetUserInfoStatusParams object with the default values initialized.
func NewGetUserInfoStatusParamsWithContext ¶
func NewGetUserInfoStatusParamsWithContext(ctx context.Context) *GetUserInfoStatusParams
NewGetUserInfoStatusParamsWithContext creates a new GetUserInfoStatusParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserInfoStatusParamsWithHTTPClient ¶
func NewGetUserInfoStatusParamsWithHTTPClient(client *http.Client) *GetUserInfoStatusParams
NewGetUserInfoStatusParamsWithHTTPClient creates a new GetUserInfoStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserInfoStatusParamsWithTimeout ¶
func NewGetUserInfoStatusParamsWithTimeout(timeout time.Duration) *GetUserInfoStatusParams
NewGetUserInfoStatusParamsWithTimeout creates a new GetUserInfoStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserInfoStatusParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetUserInfoStatusParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get user info status params
func (*GetUserInfoStatusParams) SetContext ¶
func (o *GetUserInfoStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get user info status params
func (*GetUserInfoStatusParams) SetFlightId ¶ added in v0.63.0
func (o *GetUserInfoStatusParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetUserInfoStatusParams) SetHTTPClient ¶
func (o *GetUserInfoStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user info status params
func (*GetUserInfoStatusParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetUserInfoStatusParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get user info status params
func (*GetUserInfoStatusParams) SetNamespaces ¶
func (o *GetUserInfoStatusParams) SetNamespaces(namespaces *string)
SetNamespaces adds the namespaces to the get user info status params
func (*GetUserInfoStatusParams) SetTimeout ¶
func (o *GetUserInfoStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user info status params
func (*GetUserInfoStatusParams) WithContext ¶
func (o *GetUserInfoStatusParams) WithContext(ctx context.Context) *GetUserInfoStatusParams
WithContext adds the context to the get user info status params
func (*GetUserInfoStatusParams) WithHTTPClient ¶
func (o *GetUserInfoStatusParams) WithHTTPClient(client *http.Client) *GetUserInfoStatusParams
WithHTTPClient adds the HTTPClient to the get user info status params
func (*GetUserInfoStatusParams) WithNamespaces ¶
func (o *GetUserInfoStatusParams) WithNamespaces(namespaces *string) *GetUserInfoStatusParams
WithNamespaces adds the namespaces to the get user info status params
func (*GetUserInfoStatusParams) WithTimeout ¶
func (o *GetUserInfoStatusParams) WithTimeout(timeout time.Duration) *GetUserInfoStatusParams
WithTimeout adds the timeout to the get user info status params
func (*GetUserInfoStatusParams) WriteToRequest ¶
func (o *GetUserInfoStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserInfoStatusReader ¶
type GetUserInfoStatusReader struct {
// contains filtered or unexported fields
}
GetUserInfoStatusReader is a Reader for the GetUserInfoStatus structure.
func (*GetUserInfoStatusReader) ReadResponse ¶
func (o *GetUserInfoStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type InvalidateUserInfoCacheNoContent ¶
type InvalidateUserInfoCacheNoContent struct { }
InvalidateUserInfoCacheNoContent handles this case with default header values.
Successful operation
func NewInvalidateUserInfoCacheNoContent ¶
func NewInvalidateUserInfoCacheNoContent() *InvalidateUserInfoCacheNoContent
NewInvalidateUserInfoCacheNoContent creates a InvalidateUserInfoCacheNoContent with default headers values
func (*InvalidateUserInfoCacheNoContent) Error ¶
func (o *InvalidateUserInfoCacheNoContent) Error() string
type InvalidateUserInfoCacheParams ¶
type InvalidateUserInfoCacheParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace If null or empty, will invalidate all namespaces */ Namespace *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
InvalidateUserInfoCacheParams contains all the parameters to send to the API endpoint for the invalidate user info cache operation typically these are written to a http.Request
func NewInvalidateUserInfoCacheParams ¶
func NewInvalidateUserInfoCacheParams() *InvalidateUserInfoCacheParams
NewInvalidateUserInfoCacheParams creates a new InvalidateUserInfoCacheParams object with the default values initialized.
func NewInvalidateUserInfoCacheParamsWithContext ¶
func NewInvalidateUserInfoCacheParamsWithContext(ctx context.Context) *InvalidateUserInfoCacheParams
NewInvalidateUserInfoCacheParamsWithContext creates a new InvalidateUserInfoCacheParams object with the default values initialized, and the ability to set a context for a request
func NewInvalidateUserInfoCacheParamsWithHTTPClient ¶
func NewInvalidateUserInfoCacheParamsWithHTTPClient(client *http.Client) *InvalidateUserInfoCacheParams
NewInvalidateUserInfoCacheParamsWithHTTPClient creates a new InvalidateUserInfoCacheParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewInvalidateUserInfoCacheParamsWithTimeout ¶
func NewInvalidateUserInfoCacheParamsWithTimeout(timeout time.Duration) *InvalidateUserInfoCacheParams
NewInvalidateUserInfoCacheParamsWithTimeout creates a new InvalidateUserInfoCacheParams object with the default values initialized, and the ability to set a timeout on a request
func (*InvalidateUserInfoCacheParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *InvalidateUserInfoCacheParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) SetContext ¶
func (o *InvalidateUserInfoCacheParams) SetContext(ctx context.Context)
SetContext adds the context to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) SetFlightId ¶ added in v0.63.0
func (o *InvalidateUserInfoCacheParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*InvalidateUserInfoCacheParams) SetHTTPClient ¶
func (o *InvalidateUserInfoCacheParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *InvalidateUserInfoCacheParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) SetNamespace ¶
func (o *InvalidateUserInfoCacheParams) SetNamespace(namespace *string)
SetNamespace adds the namespace to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) SetTimeout ¶
func (o *InvalidateUserInfoCacheParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) WithContext ¶
func (o *InvalidateUserInfoCacheParams) WithContext(ctx context.Context) *InvalidateUserInfoCacheParams
WithContext adds the context to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) WithHTTPClient ¶
func (o *InvalidateUserInfoCacheParams) WithHTTPClient(client *http.Client) *InvalidateUserInfoCacheParams
WithHTTPClient adds the HTTPClient to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) WithNamespace ¶
func (o *InvalidateUserInfoCacheParams) WithNamespace(namespace *string) *InvalidateUserInfoCacheParams
WithNamespace adds the namespace to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) WithTimeout ¶
func (o *InvalidateUserInfoCacheParams) WithTimeout(timeout time.Duration) *InvalidateUserInfoCacheParams
WithTimeout adds the timeout to the invalidate user info cache params
func (*InvalidateUserInfoCacheParams) WriteToRequest ¶
func (o *InvalidateUserInfoCacheParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InvalidateUserInfoCacheReader ¶
type InvalidateUserInfoCacheReader struct {
// contains filtered or unexported fields
}
InvalidateUserInfoCacheReader is a Reader for the InvalidateUserInfoCache structure.
func (*InvalidateUserInfoCacheReader) ReadResponse ¶
func (o *InvalidateUserInfoCacheReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncUserInfoOK ¶
type SyncUserInfoOK struct { }
SyncUserInfoOK handles this case with default header values.
Successful operation
func NewSyncUserInfoOK ¶
func NewSyncUserInfoOK() *SyncUserInfoOK
NewSyncUserInfoOK creates a SyncUserInfoOK with default headers values
func (*SyncUserInfoOK) Error ¶
func (o *SyncUserInfoOK) Error() string
type SyncUserInfoParams ¶
type SyncUserInfoParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SyncUserInfoParams contains all the parameters to send to the API endpoint for the sync user info operation typically these are written to a http.Request
func NewSyncUserInfoParams ¶
func NewSyncUserInfoParams() *SyncUserInfoParams
NewSyncUserInfoParams creates a new SyncUserInfoParams object with the default values initialized.
func NewSyncUserInfoParamsWithContext ¶
func NewSyncUserInfoParamsWithContext(ctx context.Context) *SyncUserInfoParams
NewSyncUserInfoParamsWithContext creates a new SyncUserInfoParams object with the default values initialized, and the ability to set a context for a request
func NewSyncUserInfoParamsWithHTTPClient ¶
func NewSyncUserInfoParamsWithHTTPClient(client *http.Client) *SyncUserInfoParams
NewSyncUserInfoParamsWithHTTPClient creates a new SyncUserInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncUserInfoParamsWithTimeout ¶
func NewSyncUserInfoParamsWithTimeout(timeout time.Duration) *SyncUserInfoParams
NewSyncUserInfoParamsWithTimeout creates a new SyncUserInfoParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncUserInfoParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SyncUserInfoParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync user info params
func (*SyncUserInfoParams) SetContext ¶
func (o *SyncUserInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the sync user info params
func (*SyncUserInfoParams) SetFlightId ¶ added in v0.63.0
func (o *SyncUserInfoParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SyncUserInfoParams) SetHTTPClient ¶
func (o *SyncUserInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync user info params
func (*SyncUserInfoParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SyncUserInfoParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync user info params
func (*SyncUserInfoParams) SetNamespace ¶
func (o *SyncUserInfoParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync user info params
func (*SyncUserInfoParams) SetTimeout ¶
func (o *SyncUserInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync user info params
func (*SyncUserInfoParams) WithContext ¶
func (o *SyncUserInfoParams) WithContext(ctx context.Context) *SyncUserInfoParams
WithContext adds the context to the sync user info params
func (*SyncUserInfoParams) WithHTTPClient ¶
func (o *SyncUserInfoParams) WithHTTPClient(client *http.Client) *SyncUserInfoParams
WithHTTPClient adds the HTTPClient to the sync user info params
func (*SyncUserInfoParams) WithNamespace ¶
func (o *SyncUserInfoParams) WithNamespace(namespace string) *SyncUserInfoParams
WithNamespace adds the namespace to the sync user info params
func (*SyncUserInfoParams) WithTimeout ¶
func (o *SyncUserInfoParams) WithTimeout(timeout time.Duration) *SyncUserInfoParams
WithTimeout adds the timeout to the sync user info params
func (*SyncUserInfoParams) WriteToRequest ¶
func (o *SyncUserInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncUserInfoReader ¶
type SyncUserInfoReader struct {
// contains filtered or unexported fields
}
SyncUserInfoReader is a Reader for the SyncUserInfo structure.
func (*SyncUserInfoReader) ReadResponse ¶
func (o *SyncUserInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.