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) ListAdminTree(params *ListAdminTreeParams) (*ListAdminTreeOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) StatAdminTree(params *StatAdminTreeParams) (*StatAdminTreeOK, error) + type ListAdminTreeOK struct + Payload *models.RestNodesCollection + func NewListAdminTreeOK() *ListAdminTreeOK + func (o *ListAdminTreeOK) Error() string + type ListAdminTreeParams struct + Body *models.TreeListNodesRequest + Context context.Context + HTTPClient *http.Client + func NewListAdminTreeParams() *ListAdminTreeParams + func NewListAdminTreeParamsWithContext(ctx context.Context) *ListAdminTreeParams + func NewListAdminTreeParamsWithHTTPClient(client *http.Client) *ListAdminTreeParams + func NewListAdminTreeParamsWithTimeout(timeout time.Duration) *ListAdminTreeParams + func (o *ListAdminTreeParams) SetBody(body *models.TreeListNodesRequest) + func (o *ListAdminTreeParams) SetContext(ctx context.Context) + func (o *ListAdminTreeParams) SetHTTPClient(client *http.Client) + func (o *ListAdminTreeParams) SetTimeout(timeout time.Duration) + func (o *ListAdminTreeParams) WithBody(body *models.TreeListNodesRequest) *ListAdminTreeParams + func (o *ListAdminTreeParams) WithContext(ctx context.Context) *ListAdminTreeParams + func (o *ListAdminTreeParams) WithHTTPClient(client *http.Client) *ListAdminTreeParams + func (o *ListAdminTreeParams) WithTimeout(timeout time.Duration) *ListAdminTreeParams + func (o *ListAdminTreeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListAdminTreeReader struct + func (o *ListAdminTreeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StatAdminTreeOK struct + Payload *models.TreeReadNodeResponse + func NewStatAdminTreeOK() *StatAdminTreeOK + func (o *StatAdminTreeOK) Error() string + type StatAdminTreeParams struct + Body *models.TreeReadNodeRequest + Context context.Context + HTTPClient *http.Client + func NewStatAdminTreeParams() *StatAdminTreeParams + func NewStatAdminTreeParamsWithContext(ctx context.Context) *StatAdminTreeParams + func NewStatAdminTreeParamsWithHTTPClient(client *http.Client) *StatAdminTreeParams + func NewStatAdminTreeParamsWithTimeout(timeout time.Duration) *StatAdminTreeParams + func (o *StatAdminTreeParams) SetBody(body *models.TreeReadNodeRequest) + func (o *StatAdminTreeParams) SetContext(ctx context.Context) + func (o *StatAdminTreeParams) SetHTTPClient(client *http.Client) + func (o *StatAdminTreeParams) SetTimeout(timeout time.Duration) + func (o *StatAdminTreeParams) WithBody(body *models.TreeReadNodeRequest) *StatAdminTreeParams + func (o *StatAdminTreeParams) WithContext(ctx context.Context) *StatAdminTreeParams + func (o *StatAdminTreeParams) WithHTTPClient(client *http.Client) *StatAdminTreeParams + func (o *StatAdminTreeParams) WithTimeout(timeout time.Duration) *StatAdminTreeParams + func (o *StatAdminTreeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StatAdminTreeReader struct + func (o *StatAdminTreeReader) 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