Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteUserMetaTags(params *DeleteUserMetaTagsParams, opts ...ClientOption) (*DeleteUserMetaTagsOK, error)
- func (a *Client) ListUserMetaNamespace(params *ListUserMetaNamespaceParams, opts ...ClientOption) (*ListUserMetaNamespaceOK, error)
- func (a *Client) ListUserMetaTags(params *ListUserMetaTagsParams, opts ...ClientOption) (*ListUserMetaTagsOK, error)
- func (a *Client) PutUserMetaTag(params *PutUserMetaTagParams, opts ...ClientOption) (*PutUserMetaTagOK, error)
- func (a *Client) SearchUserMeta(params *SearchUserMetaParams, opts ...ClientOption) (*SearchUserMetaOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateUserMeta(params *UpdateUserMetaParams, opts ...ClientOption) (*UpdateUserMetaOK, error)
- func (a *Client) UpdateUserMetaNamespace(params *UpdateUserMetaNamespaceParams, opts ...ClientOption) (*UpdateUserMetaNamespaceOK, error)
- func (a *Client) UserBookmarks(params *UserBookmarksParams, opts ...ClientOption) (*UserBookmarksOK, error)
- type ClientOption
- type ClientService
- type DeleteUserMetaTagsOK
- type DeleteUserMetaTagsParams
- func NewDeleteUserMetaTagsParams() *DeleteUserMetaTagsParams
- func NewDeleteUserMetaTagsParamsWithContext(ctx context.Context) *DeleteUserMetaTagsParams
- func NewDeleteUserMetaTagsParamsWithHTTPClient(client *http.Client) *DeleteUserMetaTagsParams
- func NewDeleteUserMetaTagsParamsWithTimeout(timeout time.Duration) *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) SetContext(ctx context.Context)
- func (o *DeleteUserMetaTagsParams) SetDefaults()
- func (o *DeleteUserMetaTagsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserMetaTagsParams) SetNamespace(namespace string)
- func (o *DeleteUserMetaTagsParams) SetTags(tags string)
- func (o *DeleteUserMetaTagsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserMetaTagsParams) WithContext(ctx context.Context) *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) WithDefaults() *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) WithHTTPClient(client *http.Client) *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) WithNamespace(namespace string) *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) WithTags(tags string) *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) WithTimeout(timeout time.Duration) *DeleteUserMetaTagsParams
- func (o *DeleteUserMetaTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserMetaTagsReader
- type ListUserMetaNamespaceOK
- type ListUserMetaNamespaceParams
- func NewListUserMetaNamespaceParams() *ListUserMetaNamespaceParams
- func NewListUserMetaNamespaceParamsWithContext(ctx context.Context) *ListUserMetaNamespaceParams
- func NewListUserMetaNamespaceParamsWithHTTPClient(client *http.Client) *ListUserMetaNamespaceParams
- func NewListUserMetaNamespaceParamsWithTimeout(timeout time.Duration) *ListUserMetaNamespaceParams
- func (o *ListUserMetaNamespaceParams) SetContext(ctx context.Context)
- func (o *ListUserMetaNamespaceParams) SetDefaults()
- func (o *ListUserMetaNamespaceParams) SetHTTPClient(client *http.Client)
- func (o *ListUserMetaNamespaceParams) SetTimeout(timeout time.Duration)
- func (o *ListUserMetaNamespaceParams) WithContext(ctx context.Context) *ListUserMetaNamespaceParams
- func (o *ListUserMetaNamespaceParams) WithDefaults() *ListUserMetaNamespaceParams
- func (o *ListUserMetaNamespaceParams) WithHTTPClient(client *http.Client) *ListUserMetaNamespaceParams
- func (o *ListUserMetaNamespaceParams) WithTimeout(timeout time.Duration) *ListUserMetaNamespaceParams
- func (o *ListUserMetaNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUserMetaNamespaceReader
- type ListUserMetaTagsOK
- type ListUserMetaTagsParams
- func NewListUserMetaTagsParams() *ListUserMetaTagsParams
- func NewListUserMetaTagsParamsWithContext(ctx context.Context) *ListUserMetaTagsParams
- func NewListUserMetaTagsParamsWithHTTPClient(client *http.Client) *ListUserMetaTagsParams
- func NewListUserMetaTagsParamsWithTimeout(timeout time.Duration) *ListUserMetaTagsParams
- func (o *ListUserMetaTagsParams) SetContext(ctx context.Context)
- func (o *ListUserMetaTagsParams) SetDefaults()
- func (o *ListUserMetaTagsParams) SetHTTPClient(client *http.Client)
- func (o *ListUserMetaTagsParams) SetNamespace(namespace string)
- func (o *ListUserMetaTagsParams) SetTimeout(timeout time.Duration)
- func (o *ListUserMetaTagsParams) WithContext(ctx context.Context) *ListUserMetaTagsParams
- func (o *ListUserMetaTagsParams) WithDefaults() *ListUserMetaTagsParams
- func (o *ListUserMetaTagsParams) WithHTTPClient(client *http.Client) *ListUserMetaTagsParams
- func (o *ListUserMetaTagsParams) WithNamespace(namespace string) *ListUserMetaTagsParams
- func (o *ListUserMetaTagsParams) WithTimeout(timeout time.Duration) *ListUserMetaTagsParams
- func (o *ListUserMetaTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUserMetaTagsReader
- type PutUserMetaTagOK
- type PutUserMetaTagParams
- func NewPutUserMetaTagParams() *PutUserMetaTagParams
- func NewPutUserMetaTagParamsWithContext(ctx context.Context) *PutUserMetaTagParams
- func NewPutUserMetaTagParamsWithHTTPClient(client *http.Client) *PutUserMetaTagParams
- func NewPutUserMetaTagParamsWithTimeout(timeout time.Duration) *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) SetBody(body *models.RestPutUserMetaTagRequest)
- func (o *PutUserMetaTagParams) SetContext(ctx context.Context)
- func (o *PutUserMetaTagParams) SetDefaults()
- func (o *PutUserMetaTagParams) SetHTTPClient(client *http.Client)
- func (o *PutUserMetaTagParams) SetNamespace(namespace string)
- func (o *PutUserMetaTagParams) SetTimeout(timeout time.Duration)
- func (o *PutUserMetaTagParams) WithBody(body *models.RestPutUserMetaTagRequest) *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) WithContext(ctx context.Context) *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) WithDefaults() *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) WithHTTPClient(client *http.Client) *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) WithNamespace(namespace string) *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) WithTimeout(timeout time.Duration) *PutUserMetaTagParams
- func (o *PutUserMetaTagParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutUserMetaTagReader
- type SearchUserMetaOK
- type SearchUserMetaParams
- func NewSearchUserMetaParams() *SearchUserMetaParams
- func NewSearchUserMetaParamsWithContext(ctx context.Context) *SearchUserMetaParams
- func NewSearchUserMetaParamsWithHTTPClient(client *http.Client) *SearchUserMetaParams
- func NewSearchUserMetaParamsWithTimeout(timeout time.Duration) *SearchUserMetaParams
- func (o *SearchUserMetaParams) SetBody(body *models.IdmSearchUserMetaRequest)
- func (o *SearchUserMetaParams) SetContext(ctx context.Context)
- func (o *SearchUserMetaParams) SetDefaults()
- func (o *SearchUserMetaParams) SetHTTPClient(client *http.Client)
- func (o *SearchUserMetaParams) SetTimeout(timeout time.Duration)
- func (o *SearchUserMetaParams) WithBody(body *models.IdmSearchUserMetaRequest) *SearchUserMetaParams
- func (o *SearchUserMetaParams) WithContext(ctx context.Context) *SearchUserMetaParams
- func (o *SearchUserMetaParams) WithDefaults() *SearchUserMetaParams
- func (o *SearchUserMetaParams) WithHTTPClient(client *http.Client) *SearchUserMetaParams
- func (o *SearchUserMetaParams) WithTimeout(timeout time.Duration) *SearchUserMetaParams
- func (o *SearchUserMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SearchUserMetaReader
- type UpdateUserMetaNamespaceOK
- type UpdateUserMetaNamespaceParams
- func NewUpdateUserMetaNamespaceParams() *UpdateUserMetaNamespaceParams
- func NewUpdateUserMetaNamespaceParamsWithContext(ctx context.Context) *UpdateUserMetaNamespaceParams
- func NewUpdateUserMetaNamespaceParamsWithHTTPClient(client *http.Client) *UpdateUserMetaNamespaceParams
- func NewUpdateUserMetaNamespaceParamsWithTimeout(timeout time.Duration) *UpdateUserMetaNamespaceParams
- func (o *UpdateUserMetaNamespaceParams) SetBody(body *models.IdmUpdateUserMetaNamespaceRequest)
- func (o *UpdateUserMetaNamespaceParams) SetContext(ctx context.Context)
- func (o *UpdateUserMetaNamespaceParams) SetDefaults()
- func (o *UpdateUserMetaNamespaceParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserMetaNamespaceParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserMetaNamespaceParams) WithBody(body *models.IdmUpdateUserMetaNamespaceRequest) *UpdateUserMetaNamespaceParams
- func (o *UpdateUserMetaNamespaceParams) WithContext(ctx context.Context) *UpdateUserMetaNamespaceParams
- func (o *UpdateUserMetaNamespaceParams) WithDefaults() *UpdateUserMetaNamespaceParams
- func (o *UpdateUserMetaNamespaceParams) WithHTTPClient(client *http.Client) *UpdateUserMetaNamespaceParams
- func (o *UpdateUserMetaNamespaceParams) WithTimeout(timeout time.Duration) *UpdateUserMetaNamespaceParams
- func (o *UpdateUserMetaNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserMetaNamespaceReader
- type UpdateUserMetaOK
- type UpdateUserMetaParams
- func NewUpdateUserMetaParams() *UpdateUserMetaParams
- func NewUpdateUserMetaParamsWithContext(ctx context.Context) *UpdateUserMetaParams
- func NewUpdateUserMetaParamsWithHTTPClient(client *http.Client) *UpdateUserMetaParams
- func NewUpdateUserMetaParamsWithTimeout(timeout time.Duration) *UpdateUserMetaParams
- func (o *UpdateUserMetaParams) SetBody(body *models.IdmUpdateUserMetaRequest)
- func (o *UpdateUserMetaParams) SetContext(ctx context.Context)
- func (o *UpdateUserMetaParams) SetDefaults()
- func (o *UpdateUserMetaParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserMetaParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserMetaParams) WithBody(body *models.IdmUpdateUserMetaRequest) *UpdateUserMetaParams
- func (o *UpdateUserMetaParams) WithContext(ctx context.Context) *UpdateUserMetaParams
- func (o *UpdateUserMetaParams) WithDefaults() *UpdateUserMetaParams
- func (o *UpdateUserMetaParams) WithHTTPClient(client *http.Client) *UpdateUserMetaParams
- func (o *UpdateUserMetaParams) WithTimeout(timeout time.Duration) *UpdateUserMetaParams
- func (o *UpdateUserMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserMetaReader
- type UserBookmarksOK
- type UserBookmarksParams
- func (o *UserBookmarksParams) SetBody(body models.RestUserBookmarksRequest)
- func (o *UserBookmarksParams) SetContext(ctx context.Context)
- func (o *UserBookmarksParams) SetDefaults()
- func (o *UserBookmarksParams) SetHTTPClient(client *http.Client)
- func (o *UserBookmarksParams) SetTimeout(timeout time.Duration)
- func (o *UserBookmarksParams) WithBody(body models.RestUserBookmarksRequest) *UserBookmarksParams
- func (o *UserBookmarksParams) WithContext(ctx context.Context) *UserBookmarksParams
- func (o *UserBookmarksParams) WithDefaults() *UserBookmarksParams
- func (o *UserBookmarksParams) WithHTTPClient(client *http.Client) *UserBookmarksParams
- func (o *UserBookmarksParams) WithTimeout(timeout time.Duration) *UserBookmarksParams
- func (o *UserBookmarksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserBookmarksReader
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 meta service API
func (*Client) DeleteUserMetaTags ¶
func (a *Client) DeleteUserMetaTags(params *DeleteUserMetaTagsParams, opts ...ClientOption) (*DeleteUserMetaTagsOK, error)
DeleteUserMetaTags deletes one or all tags for a given namespace use for all tags
func (*Client) ListUserMetaNamespace ¶
func (a *Client) ListUserMetaNamespace(params *ListUserMetaNamespaceParams, opts ...ClientOption) (*ListUserMetaNamespaceOK, error)
ListUserMetaNamespace lists defined meta namespaces
func (*Client) ListUserMetaTags ¶
func (a *Client) ListUserMetaTags(params *ListUserMetaTagsParams, opts ...ClientOption) (*ListUserMetaTagsOK, error)
ListUserMetaTags lists tags for a given namespace
func (*Client) PutUserMetaTag ¶
func (a *Client) PutUserMetaTag(params *PutUserMetaTagParams, opts ...ClientOption) (*PutUserMetaTagOK, error)
PutUserMetaTag adds a new value to tags for a given namespace
func (*Client) SearchUserMeta ¶
func (a *Client) SearchUserMeta(params *SearchUserMetaParams, opts ...ClientOption) (*SearchUserMetaOK, error)
SearchUserMeta searches a list of meta by node Id or by user id and by namespace
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateUserMeta ¶
func (a *Client) UpdateUserMeta(params *UpdateUserMetaParams, opts ...ClientOption) (*UpdateUserMetaOK, error)
UpdateUserMeta updates delete user meta
func (*Client) UpdateUserMetaNamespace ¶
func (a *Client) UpdateUserMetaNamespace(params *UpdateUserMetaNamespaceParams, opts ...ClientOption) (*UpdateUserMetaNamespaceOK, error)
UpdateUserMetaNamespace admins update namespaces
func (*Client) UserBookmarks ¶
func (a *Client) UserBookmarks(params *UserBookmarksParams, opts ...ClientOption) (*UserBookmarksOK, error)
UserBookmarks specials API for bookmarks will load user meta and the associated nodes and return as a node list
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { DeleteUserMetaTags(params *DeleteUserMetaTagsParams, opts ...ClientOption) (*DeleteUserMetaTagsOK, error) ListUserMetaNamespace(params *ListUserMetaNamespaceParams, opts ...ClientOption) (*ListUserMetaNamespaceOK, error) ListUserMetaTags(params *ListUserMetaTagsParams, opts ...ClientOption) (*ListUserMetaTagsOK, error) PutUserMetaTag(params *PutUserMetaTagParams, opts ...ClientOption) (*PutUserMetaTagOK, error) SearchUserMeta(params *SearchUserMetaParams, opts ...ClientOption) (*SearchUserMetaOK, error) UpdateUserMeta(params *UpdateUserMetaParams, opts ...ClientOption) (*UpdateUserMetaOK, error) UpdateUserMetaNamespace(params *UpdateUserMetaNamespaceParams, opts ...ClientOption) (*UpdateUserMetaNamespaceOK, error) UserBookmarks(params *UserBookmarksParams, opts ...ClientOption) (*UserBookmarksOK, 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 meta service API client.
type DeleteUserMetaTagsOK ¶
type DeleteUserMetaTagsOK struct {
Payload *models.RestDeleteUserMetaTagsResponse
}
DeleteUserMetaTagsOK describes a response with status code 200, with default header values.
DeleteUserMetaTagsOK delete user meta tags o k
func NewDeleteUserMetaTagsOK ¶
func NewDeleteUserMetaTagsOK() *DeleteUserMetaTagsOK
NewDeleteUserMetaTagsOK creates a DeleteUserMetaTagsOK with default headers values
func (*DeleteUserMetaTagsOK) Error ¶
func (o *DeleteUserMetaTagsOK) Error() string
func (*DeleteUserMetaTagsOK) GetPayload ¶
func (o *DeleteUserMetaTagsOK) GetPayload() *models.RestDeleteUserMetaTagsResponse
type DeleteUserMetaTagsParams ¶
type DeleteUserMetaTagsParams struct { // Namespace. Namespace string // Tags. Tags string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUserMetaTagsParams contains all the parameters to send to the API endpoint
for the delete user meta tags operation. Typically these are written to a http.Request.
func NewDeleteUserMetaTagsParams ¶
func NewDeleteUserMetaTagsParams() *DeleteUserMetaTagsParams
NewDeleteUserMetaTagsParams creates a new DeleteUserMetaTagsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteUserMetaTagsParamsWithContext ¶
func NewDeleteUserMetaTagsParamsWithContext(ctx context.Context) *DeleteUserMetaTagsParams
NewDeleteUserMetaTagsParamsWithContext creates a new DeleteUserMetaTagsParams object with the ability to set a context for a request.
func NewDeleteUserMetaTagsParamsWithHTTPClient ¶
func NewDeleteUserMetaTagsParamsWithHTTPClient(client *http.Client) *DeleteUserMetaTagsParams
NewDeleteUserMetaTagsParamsWithHTTPClient creates a new DeleteUserMetaTagsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteUserMetaTagsParamsWithTimeout ¶
func NewDeleteUserMetaTagsParamsWithTimeout(timeout time.Duration) *DeleteUserMetaTagsParams
NewDeleteUserMetaTagsParamsWithTimeout creates a new DeleteUserMetaTagsParams object with the ability to set a timeout on a request.
func (*DeleteUserMetaTagsParams) SetContext ¶
func (o *DeleteUserMetaTagsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete user meta tags params
func (*DeleteUserMetaTagsParams) SetDefaults ¶
func (o *DeleteUserMetaTagsParams) SetDefaults()
SetDefaults hydrates default values in the delete user meta tags params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteUserMetaTagsParams) SetHTTPClient ¶
func (o *DeleteUserMetaTagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete user meta tags params
func (*DeleteUserMetaTagsParams) SetNamespace ¶
func (o *DeleteUserMetaTagsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete user meta tags params
func (*DeleteUserMetaTagsParams) SetTags ¶
func (o *DeleteUserMetaTagsParams) SetTags(tags string)
SetTags adds the tags to the delete user meta tags params
func (*DeleteUserMetaTagsParams) SetTimeout ¶
func (o *DeleteUserMetaTagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete user meta tags params
func (*DeleteUserMetaTagsParams) WithContext ¶
func (o *DeleteUserMetaTagsParams) WithContext(ctx context.Context) *DeleteUserMetaTagsParams
WithContext adds the context to the delete user meta tags params
func (*DeleteUserMetaTagsParams) WithDefaults ¶
func (o *DeleteUserMetaTagsParams) WithDefaults() *DeleteUserMetaTagsParams
WithDefaults hydrates default values in the delete user meta tags params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteUserMetaTagsParams) WithHTTPClient ¶
func (o *DeleteUserMetaTagsParams) WithHTTPClient(client *http.Client) *DeleteUserMetaTagsParams
WithHTTPClient adds the HTTPClient to the delete user meta tags params
func (*DeleteUserMetaTagsParams) WithNamespace ¶
func (o *DeleteUserMetaTagsParams) WithNamespace(namespace string) *DeleteUserMetaTagsParams
WithNamespace adds the namespace to the delete user meta tags params
func (*DeleteUserMetaTagsParams) WithTags ¶
func (o *DeleteUserMetaTagsParams) WithTags(tags string) *DeleteUserMetaTagsParams
WithTags adds the tags to the delete user meta tags params
func (*DeleteUserMetaTagsParams) WithTimeout ¶
func (o *DeleteUserMetaTagsParams) WithTimeout(timeout time.Duration) *DeleteUserMetaTagsParams
WithTimeout adds the timeout to the delete user meta tags params
func (*DeleteUserMetaTagsParams) WriteToRequest ¶
func (o *DeleteUserMetaTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUserMetaTagsReader ¶
type DeleteUserMetaTagsReader struct {
// contains filtered or unexported fields
}
DeleteUserMetaTagsReader is a Reader for the DeleteUserMetaTags structure.
func (*DeleteUserMetaTagsReader) ReadResponse ¶
func (o *DeleteUserMetaTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListUserMetaNamespaceOK ¶
type ListUserMetaNamespaceOK struct {
Payload *models.RestUserMetaNamespaceCollection
}
ListUserMetaNamespaceOK describes a response with status code 200, with default header values.
ListUserMetaNamespaceOK list user meta namespace o k
func NewListUserMetaNamespaceOK ¶
func NewListUserMetaNamespaceOK() *ListUserMetaNamespaceOK
NewListUserMetaNamespaceOK creates a ListUserMetaNamespaceOK with default headers values
func (*ListUserMetaNamespaceOK) Error ¶
func (o *ListUserMetaNamespaceOK) Error() string
func (*ListUserMetaNamespaceOK) GetPayload ¶
func (o *ListUserMetaNamespaceOK) GetPayload() *models.RestUserMetaNamespaceCollection
type ListUserMetaNamespaceParams ¶
type ListUserMetaNamespaceParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListUserMetaNamespaceParams contains all the parameters to send to the API endpoint
for the list user meta namespace operation. Typically these are written to a http.Request.
func NewListUserMetaNamespaceParams ¶
func NewListUserMetaNamespaceParams() *ListUserMetaNamespaceParams
NewListUserMetaNamespaceParams creates a new ListUserMetaNamespaceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListUserMetaNamespaceParamsWithContext ¶
func NewListUserMetaNamespaceParamsWithContext(ctx context.Context) *ListUserMetaNamespaceParams
NewListUserMetaNamespaceParamsWithContext creates a new ListUserMetaNamespaceParams object with the ability to set a context for a request.
func NewListUserMetaNamespaceParamsWithHTTPClient ¶
func NewListUserMetaNamespaceParamsWithHTTPClient(client *http.Client) *ListUserMetaNamespaceParams
NewListUserMetaNamespaceParamsWithHTTPClient creates a new ListUserMetaNamespaceParams object with the ability to set a custom HTTPClient for a request.
func NewListUserMetaNamespaceParamsWithTimeout ¶
func NewListUserMetaNamespaceParamsWithTimeout(timeout time.Duration) *ListUserMetaNamespaceParams
NewListUserMetaNamespaceParamsWithTimeout creates a new ListUserMetaNamespaceParams object with the ability to set a timeout on a request.
func (*ListUserMetaNamespaceParams) SetContext ¶
func (o *ListUserMetaNamespaceParams) SetContext(ctx context.Context)
SetContext adds the context to the list user meta namespace params
func (*ListUserMetaNamespaceParams) SetDefaults ¶
func (o *ListUserMetaNamespaceParams) SetDefaults()
SetDefaults hydrates default values in the list user meta namespace params (not the query body).
All values with no default are reset to their zero value.
func (*ListUserMetaNamespaceParams) SetHTTPClient ¶
func (o *ListUserMetaNamespaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list user meta namespace params
func (*ListUserMetaNamespaceParams) SetTimeout ¶
func (o *ListUserMetaNamespaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list user meta namespace params
func (*ListUserMetaNamespaceParams) WithContext ¶
func (o *ListUserMetaNamespaceParams) WithContext(ctx context.Context) *ListUserMetaNamespaceParams
WithContext adds the context to the list user meta namespace params
func (*ListUserMetaNamespaceParams) WithDefaults ¶
func (o *ListUserMetaNamespaceParams) WithDefaults() *ListUserMetaNamespaceParams
WithDefaults hydrates default values in the list user meta namespace params (not the query body).
All values with no default are reset to their zero value.
func (*ListUserMetaNamespaceParams) WithHTTPClient ¶
func (o *ListUserMetaNamespaceParams) WithHTTPClient(client *http.Client) *ListUserMetaNamespaceParams
WithHTTPClient adds the HTTPClient to the list user meta namespace params
func (*ListUserMetaNamespaceParams) WithTimeout ¶
func (o *ListUserMetaNamespaceParams) WithTimeout(timeout time.Duration) *ListUserMetaNamespaceParams
WithTimeout adds the timeout to the list user meta namespace params
func (*ListUserMetaNamespaceParams) WriteToRequest ¶
func (o *ListUserMetaNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListUserMetaNamespaceReader ¶
type ListUserMetaNamespaceReader struct {
// contains filtered or unexported fields
}
ListUserMetaNamespaceReader is a Reader for the ListUserMetaNamespace structure.
func (*ListUserMetaNamespaceReader) ReadResponse ¶
func (o *ListUserMetaNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListUserMetaTagsOK ¶
type ListUserMetaTagsOK struct {
Payload *models.RestListUserMetaTagsResponse
}
ListUserMetaTagsOK describes a response with status code 200, with default header values.
ListUserMetaTagsOK list user meta tags o k
func NewListUserMetaTagsOK ¶
func NewListUserMetaTagsOK() *ListUserMetaTagsOK
NewListUserMetaTagsOK creates a ListUserMetaTagsOK with default headers values
func (*ListUserMetaTagsOK) Error ¶
func (o *ListUserMetaTagsOK) Error() string
func (*ListUserMetaTagsOK) GetPayload ¶
func (o *ListUserMetaTagsOK) GetPayload() *models.RestListUserMetaTagsResponse
type ListUserMetaTagsParams ¶
type ListUserMetaTagsParams struct { // Namespace. Namespace string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListUserMetaTagsParams contains all the parameters to send to the API endpoint
for the list user meta tags operation. Typically these are written to a http.Request.
func NewListUserMetaTagsParams ¶
func NewListUserMetaTagsParams() *ListUserMetaTagsParams
NewListUserMetaTagsParams creates a new ListUserMetaTagsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListUserMetaTagsParamsWithContext ¶
func NewListUserMetaTagsParamsWithContext(ctx context.Context) *ListUserMetaTagsParams
NewListUserMetaTagsParamsWithContext creates a new ListUserMetaTagsParams object with the ability to set a context for a request.
func NewListUserMetaTagsParamsWithHTTPClient ¶
func NewListUserMetaTagsParamsWithHTTPClient(client *http.Client) *ListUserMetaTagsParams
NewListUserMetaTagsParamsWithHTTPClient creates a new ListUserMetaTagsParams object with the ability to set a custom HTTPClient for a request.
func NewListUserMetaTagsParamsWithTimeout ¶
func NewListUserMetaTagsParamsWithTimeout(timeout time.Duration) *ListUserMetaTagsParams
NewListUserMetaTagsParamsWithTimeout creates a new ListUserMetaTagsParams object with the ability to set a timeout on a request.
func (*ListUserMetaTagsParams) SetContext ¶
func (o *ListUserMetaTagsParams) SetContext(ctx context.Context)
SetContext adds the context to the list user meta tags params
func (*ListUserMetaTagsParams) SetDefaults ¶
func (o *ListUserMetaTagsParams) SetDefaults()
SetDefaults hydrates default values in the list user meta tags params (not the query body).
All values with no default are reset to their zero value.
func (*ListUserMetaTagsParams) SetHTTPClient ¶
func (o *ListUserMetaTagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list user meta tags params
func (*ListUserMetaTagsParams) SetNamespace ¶
func (o *ListUserMetaTagsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list user meta tags params
func (*ListUserMetaTagsParams) SetTimeout ¶
func (o *ListUserMetaTagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list user meta tags params
func (*ListUserMetaTagsParams) WithContext ¶
func (o *ListUserMetaTagsParams) WithContext(ctx context.Context) *ListUserMetaTagsParams
WithContext adds the context to the list user meta tags params
func (*ListUserMetaTagsParams) WithDefaults ¶
func (o *ListUserMetaTagsParams) WithDefaults() *ListUserMetaTagsParams
WithDefaults hydrates default values in the list user meta tags params (not the query body).
All values with no default are reset to their zero value.
func (*ListUserMetaTagsParams) WithHTTPClient ¶
func (o *ListUserMetaTagsParams) WithHTTPClient(client *http.Client) *ListUserMetaTagsParams
WithHTTPClient adds the HTTPClient to the list user meta tags params
func (*ListUserMetaTagsParams) WithNamespace ¶
func (o *ListUserMetaTagsParams) WithNamespace(namespace string) *ListUserMetaTagsParams
WithNamespace adds the namespace to the list user meta tags params
func (*ListUserMetaTagsParams) WithTimeout ¶
func (o *ListUserMetaTagsParams) WithTimeout(timeout time.Duration) *ListUserMetaTagsParams
WithTimeout adds the timeout to the list user meta tags params
func (*ListUserMetaTagsParams) WriteToRequest ¶
func (o *ListUserMetaTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListUserMetaTagsReader ¶
type ListUserMetaTagsReader struct {
// contains filtered or unexported fields
}
ListUserMetaTagsReader is a Reader for the ListUserMetaTags structure.
func (*ListUserMetaTagsReader) ReadResponse ¶
func (o *ListUserMetaTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutUserMetaTagOK ¶
type PutUserMetaTagOK struct {
Payload *models.RestPutUserMetaTagResponse
}
PutUserMetaTagOK describes a response with status code 200, with default header values.
PutUserMetaTagOK put user meta tag o k
func NewPutUserMetaTagOK ¶
func NewPutUserMetaTagOK() *PutUserMetaTagOK
NewPutUserMetaTagOK creates a PutUserMetaTagOK with default headers values
func (*PutUserMetaTagOK) Error ¶
func (o *PutUserMetaTagOK) Error() string
func (*PutUserMetaTagOK) GetPayload ¶
func (o *PutUserMetaTagOK) GetPayload() *models.RestPutUserMetaTagResponse
type PutUserMetaTagParams ¶
type PutUserMetaTagParams struct { // Namespace. Namespace string // Body. Body *models.RestPutUserMetaTagRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutUserMetaTagParams contains all the parameters to send to the API endpoint
for the put user meta tag operation. Typically these are written to a http.Request.
func NewPutUserMetaTagParams ¶
func NewPutUserMetaTagParams() *PutUserMetaTagParams
NewPutUserMetaTagParams creates a new PutUserMetaTagParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPutUserMetaTagParamsWithContext ¶
func NewPutUserMetaTagParamsWithContext(ctx context.Context) *PutUserMetaTagParams
NewPutUserMetaTagParamsWithContext creates a new PutUserMetaTagParams object with the ability to set a context for a request.
func NewPutUserMetaTagParamsWithHTTPClient ¶
func NewPutUserMetaTagParamsWithHTTPClient(client *http.Client) *PutUserMetaTagParams
NewPutUserMetaTagParamsWithHTTPClient creates a new PutUserMetaTagParams object with the ability to set a custom HTTPClient for a request.
func NewPutUserMetaTagParamsWithTimeout ¶
func NewPutUserMetaTagParamsWithTimeout(timeout time.Duration) *PutUserMetaTagParams
NewPutUserMetaTagParamsWithTimeout creates a new PutUserMetaTagParams object with the ability to set a timeout on a request.
func (*PutUserMetaTagParams) SetBody ¶
func (o *PutUserMetaTagParams) SetBody(body *models.RestPutUserMetaTagRequest)
SetBody adds the body to the put user meta tag params
func (*PutUserMetaTagParams) SetContext ¶
func (o *PutUserMetaTagParams) SetContext(ctx context.Context)
SetContext adds the context to the put user meta tag params
func (*PutUserMetaTagParams) SetDefaults ¶
func (o *PutUserMetaTagParams) SetDefaults()
SetDefaults hydrates default values in the put user meta tag params (not the query body).
All values with no default are reset to their zero value.
func (*PutUserMetaTagParams) SetHTTPClient ¶
func (o *PutUserMetaTagParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put user meta tag params
func (*PutUserMetaTagParams) SetNamespace ¶
func (o *PutUserMetaTagParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the put user meta tag params
func (*PutUserMetaTagParams) SetTimeout ¶
func (o *PutUserMetaTagParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put user meta tag params
func (*PutUserMetaTagParams) WithBody ¶
func (o *PutUserMetaTagParams) WithBody(body *models.RestPutUserMetaTagRequest) *PutUserMetaTagParams
WithBody adds the body to the put user meta tag params
func (*PutUserMetaTagParams) WithContext ¶
func (o *PutUserMetaTagParams) WithContext(ctx context.Context) *PutUserMetaTagParams
WithContext adds the context to the put user meta tag params
func (*PutUserMetaTagParams) WithDefaults ¶
func (o *PutUserMetaTagParams) WithDefaults() *PutUserMetaTagParams
WithDefaults hydrates default values in the put user meta tag params (not the query body).
All values with no default are reset to their zero value.
func (*PutUserMetaTagParams) WithHTTPClient ¶
func (o *PutUserMetaTagParams) WithHTTPClient(client *http.Client) *PutUserMetaTagParams
WithHTTPClient adds the HTTPClient to the put user meta tag params
func (*PutUserMetaTagParams) WithNamespace ¶
func (o *PutUserMetaTagParams) WithNamespace(namespace string) *PutUserMetaTagParams
WithNamespace adds the namespace to the put user meta tag params
func (*PutUserMetaTagParams) WithTimeout ¶
func (o *PutUserMetaTagParams) WithTimeout(timeout time.Duration) *PutUserMetaTagParams
WithTimeout adds the timeout to the put user meta tag params
func (*PutUserMetaTagParams) WriteToRequest ¶
func (o *PutUserMetaTagParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutUserMetaTagReader ¶
type PutUserMetaTagReader struct {
// contains filtered or unexported fields
}
PutUserMetaTagReader is a Reader for the PutUserMetaTag structure.
func (*PutUserMetaTagReader) ReadResponse ¶
func (o *PutUserMetaTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SearchUserMetaOK ¶
type SearchUserMetaOK struct {
Payload *models.RestUserMetaCollection
}
SearchUserMetaOK describes a response with status code 200, with default header values.
SearchUserMetaOK search user meta o k
func NewSearchUserMetaOK ¶
func NewSearchUserMetaOK() *SearchUserMetaOK
NewSearchUserMetaOK creates a SearchUserMetaOK with default headers values
func (*SearchUserMetaOK) Error ¶
func (o *SearchUserMetaOK) Error() string
func (*SearchUserMetaOK) GetPayload ¶
func (o *SearchUserMetaOK) GetPayload() *models.RestUserMetaCollection
type SearchUserMetaParams ¶
type SearchUserMetaParams struct { // Body. Body *models.IdmSearchUserMetaRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SearchUserMetaParams contains all the parameters to send to the API endpoint
for the search user meta operation. Typically these are written to a http.Request.
func NewSearchUserMetaParams ¶
func NewSearchUserMetaParams() *SearchUserMetaParams
NewSearchUserMetaParams creates a new SearchUserMetaParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSearchUserMetaParamsWithContext ¶
func NewSearchUserMetaParamsWithContext(ctx context.Context) *SearchUserMetaParams
NewSearchUserMetaParamsWithContext creates a new SearchUserMetaParams object with the ability to set a context for a request.
func NewSearchUserMetaParamsWithHTTPClient ¶
func NewSearchUserMetaParamsWithHTTPClient(client *http.Client) *SearchUserMetaParams
NewSearchUserMetaParamsWithHTTPClient creates a new SearchUserMetaParams object with the ability to set a custom HTTPClient for a request.
func NewSearchUserMetaParamsWithTimeout ¶
func NewSearchUserMetaParamsWithTimeout(timeout time.Duration) *SearchUserMetaParams
NewSearchUserMetaParamsWithTimeout creates a new SearchUserMetaParams object with the ability to set a timeout on a request.
func (*SearchUserMetaParams) SetBody ¶
func (o *SearchUserMetaParams) SetBody(body *models.IdmSearchUserMetaRequest)
SetBody adds the body to the search user meta params
func (*SearchUserMetaParams) SetContext ¶
func (o *SearchUserMetaParams) SetContext(ctx context.Context)
SetContext adds the context to the search user meta params
func (*SearchUserMetaParams) SetDefaults ¶
func (o *SearchUserMetaParams) SetDefaults()
SetDefaults hydrates default values in the search user meta params (not the query body).
All values with no default are reset to their zero value.
func (*SearchUserMetaParams) SetHTTPClient ¶
func (o *SearchUserMetaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the search user meta params
func (*SearchUserMetaParams) SetTimeout ¶
func (o *SearchUserMetaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the search user meta params
func (*SearchUserMetaParams) WithBody ¶
func (o *SearchUserMetaParams) WithBody(body *models.IdmSearchUserMetaRequest) *SearchUserMetaParams
WithBody adds the body to the search user meta params
func (*SearchUserMetaParams) WithContext ¶
func (o *SearchUserMetaParams) WithContext(ctx context.Context) *SearchUserMetaParams
WithContext adds the context to the search user meta params
func (*SearchUserMetaParams) WithDefaults ¶
func (o *SearchUserMetaParams) WithDefaults() *SearchUserMetaParams
WithDefaults hydrates default values in the search user meta params (not the query body).
All values with no default are reset to their zero value.
func (*SearchUserMetaParams) WithHTTPClient ¶
func (o *SearchUserMetaParams) WithHTTPClient(client *http.Client) *SearchUserMetaParams
WithHTTPClient adds the HTTPClient to the search user meta params
func (*SearchUserMetaParams) WithTimeout ¶
func (o *SearchUserMetaParams) WithTimeout(timeout time.Duration) *SearchUserMetaParams
WithTimeout adds the timeout to the search user meta params
func (*SearchUserMetaParams) WriteToRequest ¶
func (o *SearchUserMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SearchUserMetaReader ¶
type SearchUserMetaReader struct {
// contains filtered or unexported fields
}
SearchUserMetaReader is a Reader for the SearchUserMeta structure.
func (*SearchUserMetaReader) ReadResponse ¶
func (o *SearchUserMetaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateUserMetaNamespaceOK ¶
type UpdateUserMetaNamespaceOK struct {
Payload *models.IdmUpdateUserMetaNamespaceResponse
}
UpdateUserMetaNamespaceOK describes a response with status code 200, with default header values.
UpdateUserMetaNamespaceOK update user meta namespace o k
func NewUpdateUserMetaNamespaceOK ¶
func NewUpdateUserMetaNamespaceOK() *UpdateUserMetaNamespaceOK
NewUpdateUserMetaNamespaceOK creates a UpdateUserMetaNamespaceOK with default headers values
func (*UpdateUserMetaNamespaceOK) Error ¶
func (o *UpdateUserMetaNamespaceOK) Error() string
func (*UpdateUserMetaNamespaceOK) GetPayload ¶
func (o *UpdateUserMetaNamespaceOK) GetPayload() *models.IdmUpdateUserMetaNamespaceResponse
type UpdateUserMetaNamespaceParams ¶
type UpdateUserMetaNamespaceParams struct { // Body. Body *models.IdmUpdateUserMetaNamespaceRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateUserMetaNamespaceParams contains all the parameters to send to the API endpoint
for the update user meta namespace operation. Typically these are written to a http.Request.
func NewUpdateUserMetaNamespaceParams ¶
func NewUpdateUserMetaNamespaceParams() *UpdateUserMetaNamespaceParams
NewUpdateUserMetaNamespaceParams creates a new UpdateUserMetaNamespaceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateUserMetaNamespaceParamsWithContext ¶
func NewUpdateUserMetaNamespaceParamsWithContext(ctx context.Context) *UpdateUserMetaNamespaceParams
NewUpdateUserMetaNamespaceParamsWithContext creates a new UpdateUserMetaNamespaceParams object with the ability to set a context for a request.
func NewUpdateUserMetaNamespaceParamsWithHTTPClient ¶
func NewUpdateUserMetaNamespaceParamsWithHTTPClient(client *http.Client) *UpdateUserMetaNamespaceParams
NewUpdateUserMetaNamespaceParamsWithHTTPClient creates a new UpdateUserMetaNamespaceParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateUserMetaNamespaceParamsWithTimeout ¶
func NewUpdateUserMetaNamespaceParamsWithTimeout(timeout time.Duration) *UpdateUserMetaNamespaceParams
NewUpdateUserMetaNamespaceParamsWithTimeout creates a new UpdateUserMetaNamespaceParams object with the ability to set a timeout on a request.
func (*UpdateUserMetaNamespaceParams) SetBody ¶
func (o *UpdateUserMetaNamespaceParams) SetBody(body *models.IdmUpdateUserMetaNamespaceRequest)
SetBody adds the body to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) SetContext ¶
func (o *UpdateUserMetaNamespaceParams) SetContext(ctx context.Context)
SetContext adds the context to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) SetDefaults ¶
func (o *UpdateUserMetaNamespaceParams) SetDefaults()
SetDefaults hydrates default values in the update user meta namespace params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateUserMetaNamespaceParams) SetHTTPClient ¶
func (o *UpdateUserMetaNamespaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) SetTimeout ¶
func (o *UpdateUserMetaNamespaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) WithBody ¶
func (o *UpdateUserMetaNamespaceParams) WithBody(body *models.IdmUpdateUserMetaNamespaceRequest) *UpdateUserMetaNamespaceParams
WithBody adds the body to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) WithContext ¶
func (o *UpdateUserMetaNamespaceParams) WithContext(ctx context.Context) *UpdateUserMetaNamespaceParams
WithContext adds the context to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) WithDefaults ¶
func (o *UpdateUserMetaNamespaceParams) WithDefaults() *UpdateUserMetaNamespaceParams
WithDefaults hydrates default values in the update user meta namespace params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateUserMetaNamespaceParams) WithHTTPClient ¶
func (o *UpdateUserMetaNamespaceParams) WithHTTPClient(client *http.Client) *UpdateUserMetaNamespaceParams
WithHTTPClient adds the HTTPClient to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) WithTimeout ¶
func (o *UpdateUserMetaNamespaceParams) WithTimeout(timeout time.Duration) *UpdateUserMetaNamespaceParams
WithTimeout adds the timeout to the update user meta namespace params
func (*UpdateUserMetaNamespaceParams) WriteToRequest ¶
func (o *UpdateUserMetaNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateUserMetaNamespaceReader ¶
type UpdateUserMetaNamespaceReader struct {
// contains filtered or unexported fields
}
UpdateUserMetaNamespaceReader is a Reader for the UpdateUserMetaNamespace structure.
func (*UpdateUserMetaNamespaceReader) ReadResponse ¶
func (o *UpdateUserMetaNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateUserMetaOK ¶
type UpdateUserMetaOK struct {
Payload *models.IdmUpdateUserMetaResponse
}
UpdateUserMetaOK describes a response with status code 200, with default header values.
UpdateUserMetaOK update user meta o k
func NewUpdateUserMetaOK ¶
func NewUpdateUserMetaOK() *UpdateUserMetaOK
NewUpdateUserMetaOK creates a UpdateUserMetaOK with default headers values
func (*UpdateUserMetaOK) Error ¶
func (o *UpdateUserMetaOK) Error() string
func (*UpdateUserMetaOK) GetPayload ¶
func (o *UpdateUserMetaOK) GetPayload() *models.IdmUpdateUserMetaResponse
type UpdateUserMetaParams ¶
type UpdateUserMetaParams struct { // Body. Body *models.IdmUpdateUserMetaRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateUserMetaParams contains all the parameters to send to the API endpoint
for the update user meta operation. Typically these are written to a http.Request.
func NewUpdateUserMetaParams ¶
func NewUpdateUserMetaParams() *UpdateUserMetaParams
NewUpdateUserMetaParams creates a new UpdateUserMetaParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateUserMetaParamsWithContext ¶
func NewUpdateUserMetaParamsWithContext(ctx context.Context) *UpdateUserMetaParams
NewUpdateUserMetaParamsWithContext creates a new UpdateUserMetaParams object with the ability to set a context for a request.
func NewUpdateUserMetaParamsWithHTTPClient ¶
func NewUpdateUserMetaParamsWithHTTPClient(client *http.Client) *UpdateUserMetaParams
NewUpdateUserMetaParamsWithHTTPClient creates a new UpdateUserMetaParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateUserMetaParamsWithTimeout ¶
func NewUpdateUserMetaParamsWithTimeout(timeout time.Duration) *UpdateUserMetaParams
NewUpdateUserMetaParamsWithTimeout creates a new UpdateUserMetaParams object with the ability to set a timeout on a request.
func (*UpdateUserMetaParams) SetBody ¶
func (o *UpdateUserMetaParams) SetBody(body *models.IdmUpdateUserMetaRequest)
SetBody adds the body to the update user meta params
func (*UpdateUserMetaParams) SetContext ¶
func (o *UpdateUserMetaParams) SetContext(ctx context.Context)
SetContext adds the context to the update user meta params
func (*UpdateUserMetaParams) SetDefaults ¶
func (o *UpdateUserMetaParams) SetDefaults()
SetDefaults hydrates default values in the update user meta params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateUserMetaParams) SetHTTPClient ¶
func (o *UpdateUserMetaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user meta params
func (*UpdateUserMetaParams) SetTimeout ¶
func (o *UpdateUserMetaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user meta params
func (*UpdateUserMetaParams) WithBody ¶
func (o *UpdateUserMetaParams) WithBody(body *models.IdmUpdateUserMetaRequest) *UpdateUserMetaParams
WithBody adds the body to the update user meta params
func (*UpdateUserMetaParams) WithContext ¶
func (o *UpdateUserMetaParams) WithContext(ctx context.Context) *UpdateUserMetaParams
WithContext adds the context to the update user meta params
func (*UpdateUserMetaParams) WithDefaults ¶
func (o *UpdateUserMetaParams) WithDefaults() *UpdateUserMetaParams
WithDefaults hydrates default values in the update user meta params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateUserMetaParams) WithHTTPClient ¶
func (o *UpdateUserMetaParams) WithHTTPClient(client *http.Client) *UpdateUserMetaParams
WithHTTPClient adds the HTTPClient to the update user meta params
func (*UpdateUserMetaParams) WithTimeout ¶
func (o *UpdateUserMetaParams) WithTimeout(timeout time.Duration) *UpdateUserMetaParams
WithTimeout adds the timeout to the update user meta params
func (*UpdateUserMetaParams) WriteToRequest ¶
func (o *UpdateUserMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateUserMetaReader ¶
type UpdateUserMetaReader struct {
// contains filtered or unexported fields
}
UpdateUserMetaReader is a Reader for the UpdateUserMeta structure.
func (*UpdateUserMetaReader) ReadResponse ¶
func (o *UpdateUserMetaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserBookmarksOK ¶
type UserBookmarksOK struct {
Payload *models.RestBulkMetaResponse
}
UserBookmarksOK describes a response with status code 200, with default header values.
UserBookmarksOK user bookmarks o k
func NewUserBookmarksOK ¶
func NewUserBookmarksOK() *UserBookmarksOK
NewUserBookmarksOK creates a UserBookmarksOK with default headers values
func (*UserBookmarksOK) Error ¶
func (o *UserBookmarksOK) Error() string
func (*UserBookmarksOK) GetPayload ¶
func (o *UserBookmarksOK) GetPayload() *models.RestBulkMetaResponse
type UserBookmarksParams ¶
type UserBookmarksParams struct { // Body. Body models.RestUserBookmarksRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserBookmarksParams contains all the parameters to send to the API endpoint
for the user bookmarks operation. Typically these are written to a http.Request.
func NewUserBookmarksParams ¶
func NewUserBookmarksParams() *UserBookmarksParams
NewUserBookmarksParams creates a new UserBookmarksParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserBookmarksParamsWithContext ¶
func NewUserBookmarksParamsWithContext(ctx context.Context) *UserBookmarksParams
NewUserBookmarksParamsWithContext creates a new UserBookmarksParams object with the ability to set a context for a request.
func NewUserBookmarksParamsWithHTTPClient ¶
func NewUserBookmarksParamsWithHTTPClient(client *http.Client) *UserBookmarksParams
NewUserBookmarksParamsWithHTTPClient creates a new UserBookmarksParams object with the ability to set a custom HTTPClient for a request.
func NewUserBookmarksParamsWithTimeout ¶
func NewUserBookmarksParamsWithTimeout(timeout time.Duration) *UserBookmarksParams
NewUserBookmarksParamsWithTimeout creates a new UserBookmarksParams object with the ability to set a timeout on a request.
func (*UserBookmarksParams) SetBody ¶
func (o *UserBookmarksParams) SetBody(body models.RestUserBookmarksRequest)
SetBody adds the body to the user bookmarks params
func (*UserBookmarksParams) SetContext ¶
func (o *UserBookmarksParams) SetContext(ctx context.Context)
SetContext adds the context to the user bookmarks params
func (*UserBookmarksParams) SetDefaults ¶
func (o *UserBookmarksParams) SetDefaults()
SetDefaults hydrates default values in the user bookmarks params (not the query body).
All values with no default are reset to their zero value.
func (*UserBookmarksParams) SetHTTPClient ¶
func (o *UserBookmarksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user bookmarks params
func (*UserBookmarksParams) SetTimeout ¶
func (o *UserBookmarksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user bookmarks params
func (*UserBookmarksParams) WithBody ¶
func (o *UserBookmarksParams) WithBody(body models.RestUserBookmarksRequest) *UserBookmarksParams
WithBody adds the body to the user bookmarks params
func (*UserBookmarksParams) WithContext ¶
func (o *UserBookmarksParams) WithContext(ctx context.Context) *UserBookmarksParams
WithContext adds the context to the user bookmarks params
func (*UserBookmarksParams) WithDefaults ¶
func (o *UserBookmarksParams) WithDefaults() *UserBookmarksParams
WithDefaults hydrates default values in the user bookmarks params (not the query body).
All values with no default are reset to their zero value.
func (*UserBookmarksParams) WithHTTPClient ¶
func (o *UserBookmarksParams) WithHTTPClient(client *http.Client) *UserBookmarksParams
WithHTTPClient adds the HTTPClient to the user bookmarks params
func (*UserBookmarksParams) WithTimeout ¶
func (o *UserBookmarksParams) WithTimeout(timeout time.Duration) *UserBookmarksParams
WithTimeout adds the timeout to the user bookmarks params
func (*UserBookmarksParams) WriteToRequest ¶
func (o *UserBookmarksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserBookmarksReader ¶
type UserBookmarksReader struct {
// contains filtered or unexported fields
}
UserBookmarksReader is a Reader for the UserBookmarks structure.
func (*UserBookmarksReader) ReadResponse ¶
func (o *UserBookmarksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- delete_user_meta_tags_parameters.go
- delete_user_meta_tags_responses.go
- list_user_meta_namespace_parameters.go
- list_user_meta_namespace_responses.go
- list_user_meta_tags_parameters.go
- list_user_meta_tags_responses.go
- put_user_meta_tag_parameters.go
- put_user_meta_tag_responses.go
- search_user_meta_parameters.go
- search_user_meta_responses.go
- update_user_meta_namespace_parameters.go
- update_user_meta_namespace_responses.go
- update_user_meta_parameters.go
- update_user_meta_responses.go
- user_bookmarks_parameters.go
- user_bookmarks_responses.go
- user_meta_service_client.go