Documentation ¶
Index ¶
- func Create(ctx context.Context, params files_sdk.NotificationCreateParams, ...) (notification files_sdk.Notification, err error)
- func Delete(ctx context.Context, params files_sdk.NotificationDeleteParams, ...) (err error)
- func Find(ctx context.Context, params files_sdk.NotificationFindParams, ...) (notification files_sdk.Notification, err error)
- func Update(ctx context.Context, params files_sdk.NotificationUpdateParams, ...) (notification files_sdk.Notification, err error)
- func UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (notification files_sdk.Notification, err error)
- type Client
- func (c *Client) Create(ctx context.Context, params files_sdk.NotificationCreateParams, ...) (notification files_sdk.Notification, err error)
- func (c *Client) Delete(ctx context.Context, params files_sdk.NotificationDeleteParams, ...) (err error)
- func (c *Client) Find(ctx context.Context, params files_sdk.NotificationFindParams, ...) (notification files_sdk.Notification, err error)
- func (c *Client) List(ctx context.Context, params files_sdk.NotificationListParams, ...) (*Iter, error)
- func (c *Client) Update(ctx context.Context, params files_sdk.NotificationUpdateParams, ...) (notification files_sdk.Notification, err error)
- func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (notification files_sdk.Notification, err error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, params files_sdk.NotificationCreateParams, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
func Delete ¶
func Delete(ctx context.Context, params files_sdk.NotificationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func Find ¶
func Find(ctx context.Context, params files_sdk.NotificationFindParams, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
func Update ¶
func Update(ctx context.Context, params files_sdk.NotificationUpdateParams, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
func UpdateWithMap ¶
func UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params files_sdk.NotificationCreateParams, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
func (*Client) Delete ¶
func (c *Client) Delete(ctx context.Context, params files_sdk.NotificationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Find ¶
func (c *Client) Find(ctx context.Context, params files_sdk.NotificationFindParams, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context, params files_sdk.NotificationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) Update ¶
func (c *Client) Update(ctx context.Context, params files_sdk.NotificationUpdateParams, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (notification files_sdk.Notification, err error)
type Iter ¶
func List ¶
func List(ctx context.Context, params files_sdk.NotificationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) Notification ¶
func (i *Iter) Notification() files_sdk.Notification
Click to show internal directories.
Click to hide internal directories.