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) SearchSubscriptions(params *SearchSubscriptionsParams) (*SearchSubscriptionsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) Stream(params *StreamParams) (*StreamOK, error) + func (a *Client) Subscribe(params *SubscribeParams) (*SubscribeOK, error) + type SearchSubscriptionsOK struct + Payload *models.RestSubscriptionsCollection + func NewSearchSubscriptionsOK() *SearchSubscriptionsOK + func (o *SearchSubscriptionsOK) Error() string + type SearchSubscriptionsParams struct + Body *models.ActivitySearchSubscriptionsRequest + Context context.Context + HTTPClient *http.Client + func NewSearchSubscriptionsParams() *SearchSubscriptionsParams + func NewSearchSubscriptionsParamsWithContext(ctx context.Context) *SearchSubscriptionsParams + func NewSearchSubscriptionsParamsWithHTTPClient(client *http.Client) *SearchSubscriptionsParams + func NewSearchSubscriptionsParamsWithTimeout(timeout time.Duration) *SearchSubscriptionsParams + func (o *SearchSubscriptionsParams) SetBody(body *models.ActivitySearchSubscriptionsRequest) + func (o *SearchSubscriptionsParams) SetContext(ctx context.Context) + func (o *SearchSubscriptionsParams) SetHTTPClient(client *http.Client) + func (o *SearchSubscriptionsParams) SetTimeout(timeout time.Duration) + func (o *SearchSubscriptionsParams) WithBody(body *models.ActivitySearchSubscriptionsRequest) *SearchSubscriptionsParams + func (o *SearchSubscriptionsParams) WithContext(ctx context.Context) *SearchSubscriptionsParams + func (o *SearchSubscriptionsParams) WithHTTPClient(client *http.Client) *SearchSubscriptionsParams + func (o *SearchSubscriptionsParams) WithTimeout(timeout time.Duration) *SearchSubscriptionsParams + func (o *SearchSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchSubscriptionsReader struct + func (o *SearchSubscriptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StreamOK struct + Payload *models.ActivityObject + func NewStreamOK() *StreamOK + func (o *StreamOK) Error() string + type StreamParams struct + Body *models.ActivityStreamActivitiesRequest + Context context.Context + HTTPClient *http.Client + func NewStreamParams() *StreamParams + func NewStreamParamsWithContext(ctx context.Context) *StreamParams + func NewStreamParamsWithHTTPClient(client *http.Client) *StreamParams + func NewStreamParamsWithTimeout(timeout time.Duration) *StreamParams + func (o *StreamParams) SetBody(body *models.ActivityStreamActivitiesRequest) + func (o *StreamParams) SetContext(ctx context.Context) + func (o *StreamParams) SetHTTPClient(client *http.Client) + func (o *StreamParams) SetTimeout(timeout time.Duration) + func (o *StreamParams) WithBody(body *models.ActivityStreamActivitiesRequest) *StreamParams + func (o *StreamParams) WithContext(ctx context.Context) *StreamParams + func (o *StreamParams) WithHTTPClient(client *http.Client) *StreamParams + func (o *StreamParams) WithTimeout(timeout time.Duration) *StreamParams + func (o *StreamParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StreamReader struct + func (o *StreamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SubscribeOK struct + Payload *models.ActivitySubscription + func NewSubscribeOK() *SubscribeOK + func (o *SubscribeOK) Error() string + type SubscribeParams struct + Body *models.ActivitySubscription + Context context.Context + HTTPClient *http.Client + func NewSubscribeParams() *SubscribeParams + func NewSubscribeParamsWithContext(ctx context.Context) *SubscribeParams + func NewSubscribeParamsWithHTTPClient(client *http.Client) *SubscribeParams + func NewSubscribeParamsWithTimeout(timeout time.Duration) *SubscribeParams + func (o *SubscribeParams) SetBody(body *models.ActivitySubscription) + func (o *SubscribeParams) SetContext(ctx context.Context) + func (o *SubscribeParams) SetHTTPClient(client *http.Client) + func (o *SubscribeParams) SetTimeout(timeout time.Duration) + func (o *SubscribeParams) WithBody(body *models.ActivitySubscription) *SubscribeParams + func (o *SubscribeParams) WithContext(ctx context.Context) *SubscribeParams + func (o *SubscribeParams) WithHTTPClient(client *http.Client) *SubscribeParams + func (o *SubscribeParams) WithTimeout(timeout time.Duration) *SubscribeParams + func (o *SubscribeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SubscribeReader struct + func (o *SubscribeReader) 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