Versions in this module Expand all Collapse all v0 v0.9.0 Mar 25, 2021 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) DeleteMeta(params *DeleteMetaParams) (*DeleteMetaOK, error) + func (a *Client) GetBulkMeta(params *GetBulkMetaParams) (*GetBulkMetaOK, error) + func (a *Client) GetMeta(params *GetMetaParams) (*GetMetaOK, error) + func (a *Client) SetMeta(params *SetMetaParams) (*SetMetaOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type DeleteMetaOK struct + Payload *models.TreeNode + func NewDeleteMetaOK() *DeleteMetaOK + func (o *DeleteMetaOK) Error() string + type DeleteMetaParams struct + Body *models.RestMetaNamespaceRequest + Context context.Context + HTTPClient *http.Client + NodePath string + func NewDeleteMetaParams() *DeleteMetaParams + func NewDeleteMetaParamsWithContext(ctx context.Context) *DeleteMetaParams + func NewDeleteMetaParamsWithHTTPClient(client *http.Client) *DeleteMetaParams + func NewDeleteMetaParamsWithTimeout(timeout time.Duration) *DeleteMetaParams + func (o *DeleteMetaParams) SetBody(body *models.RestMetaNamespaceRequest) + func (o *DeleteMetaParams) SetContext(ctx context.Context) + func (o *DeleteMetaParams) SetHTTPClient(client *http.Client) + func (o *DeleteMetaParams) SetNodePath(nodePath string) + func (o *DeleteMetaParams) SetTimeout(timeout time.Duration) + func (o *DeleteMetaParams) WithBody(body *models.RestMetaNamespaceRequest) *DeleteMetaParams + func (o *DeleteMetaParams) WithContext(ctx context.Context) *DeleteMetaParams + func (o *DeleteMetaParams) WithHTTPClient(client *http.Client) *DeleteMetaParams + func (o *DeleteMetaParams) WithNodePath(nodePath string) *DeleteMetaParams + func (o *DeleteMetaParams) WithTimeout(timeout time.Duration) *DeleteMetaParams + func (o *DeleteMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteMetaReader struct + func (o *DeleteMetaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBulkMetaOK struct + Payload *models.RestBulkMetaResponse + func NewGetBulkMetaOK() *GetBulkMetaOK + func (o *GetBulkMetaOK) Error() string + type GetBulkMetaParams struct + Body *models.RestGetBulkMetaRequest + Context context.Context + HTTPClient *http.Client + func NewGetBulkMetaParams() *GetBulkMetaParams + func NewGetBulkMetaParamsWithContext(ctx context.Context) *GetBulkMetaParams + func NewGetBulkMetaParamsWithHTTPClient(client *http.Client) *GetBulkMetaParams + func NewGetBulkMetaParamsWithTimeout(timeout time.Duration) *GetBulkMetaParams + func (o *GetBulkMetaParams) SetBody(body *models.RestGetBulkMetaRequest) + func (o *GetBulkMetaParams) SetContext(ctx context.Context) + func (o *GetBulkMetaParams) SetHTTPClient(client *http.Client) + func (o *GetBulkMetaParams) SetTimeout(timeout time.Duration) + func (o *GetBulkMetaParams) WithBody(body *models.RestGetBulkMetaRequest) *GetBulkMetaParams + func (o *GetBulkMetaParams) WithContext(ctx context.Context) *GetBulkMetaParams + func (o *GetBulkMetaParams) WithHTTPClient(client *http.Client) *GetBulkMetaParams + func (o *GetBulkMetaParams) WithTimeout(timeout time.Duration) *GetBulkMetaParams + func (o *GetBulkMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBulkMetaReader struct + func (o *GetBulkMetaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetMetaOK struct + Payload *models.TreeNode + func NewGetMetaOK() *GetMetaOK + func (o *GetMetaOK) Error() string + type GetMetaParams struct + Body *models.RestMetaNamespaceRequest + Context context.Context + HTTPClient *http.Client + NodePath string + func NewGetMetaParams() *GetMetaParams + func NewGetMetaParamsWithContext(ctx context.Context) *GetMetaParams + func NewGetMetaParamsWithHTTPClient(client *http.Client) *GetMetaParams + func NewGetMetaParamsWithTimeout(timeout time.Duration) *GetMetaParams + func (o *GetMetaParams) SetBody(body *models.RestMetaNamespaceRequest) + func (o *GetMetaParams) SetContext(ctx context.Context) + func (o *GetMetaParams) SetHTTPClient(client *http.Client) + func (o *GetMetaParams) SetNodePath(nodePath string) + func (o *GetMetaParams) SetTimeout(timeout time.Duration) + func (o *GetMetaParams) WithBody(body *models.RestMetaNamespaceRequest) *GetMetaParams + func (o *GetMetaParams) WithContext(ctx context.Context) *GetMetaParams + func (o *GetMetaParams) WithHTTPClient(client *http.Client) *GetMetaParams + func (o *GetMetaParams) WithNodePath(nodePath string) *GetMetaParams + func (o *GetMetaParams) WithTimeout(timeout time.Duration) *GetMetaParams + func (o *GetMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetMetaReader struct + func (o *GetMetaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SetMetaOK struct + Payload *models.TreeNode + func NewSetMetaOK() *SetMetaOK + func (o *SetMetaOK) Error() string + type SetMetaParams struct + Body *models.RestMetaCollection + Context context.Context + HTTPClient *http.Client + NodePath string + func NewSetMetaParams() *SetMetaParams + func NewSetMetaParamsWithContext(ctx context.Context) *SetMetaParams + func NewSetMetaParamsWithHTTPClient(client *http.Client) *SetMetaParams + func NewSetMetaParamsWithTimeout(timeout time.Duration) *SetMetaParams + func (o *SetMetaParams) SetBody(body *models.RestMetaCollection) + func (o *SetMetaParams) SetContext(ctx context.Context) + func (o *SetMetaParams) SetHTTPClient(client *http.Client) + func (o *SetMetaParams) SetNodePath(nodePath string) + func (o *SetMetaParams) SetTimeout(timeout time.Duration) + func (o *SetMetaParams) WithBody(body *models.RestMetaCollection) *SetMetaParams + func (o *SetMetaParams) WithContext(ctx context.Context) *SetMetaParams + func (o *SetMetaParams) WithHTTPClient(client *http.Client) *SetMetaParams + func (o *SetMetaParams) WithNodePath(nodePath string) *SetMetaParams + func (o *SetMetaParams) WithTimeout(timeout time.Duration) *SetMetaParams + func (o *SetMetaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SetMetaReader struct + func (o *SetMetaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/pydio/cells-sdk-go/v2 github.com/pydio/cells-sdk-go/v3 github.com/pydio/cells-sdk-go/v4 github.com/pydio/cells-sdk-go/v5