Documentation ¶
Index ¶
- func Create(ctx context.Context, params files_sdk.FileCommentCreateParams) (files_sdk.FileComment, error)
- func Delete(ctx context.Context, params files_sdk.FileCommentDeleteParams) (files_sdk.FileComment, error)
- func Update(ctx context.Context, params files_sdk.FileCommentUpdateParams) (files_sdk.FileComment, error)
- type Client
- func (c *Client) Create(ctx context.Context, params files_sdk.FileCommentCreateParams) (files_sdk.FileComment, error)
- func (c *Client) Delete(ctx context.Context, params files_sdk.FileCommentDeleteParams) (files_sdk.FileComment, error)
- func (c *Client) ListFor(ctx context.Context, params files_sdk.FileCommentListForParams) (*Iter, error)
- func (c *Client) Update(ctx context.Context, params files_sdk.FileCommentUpdateParams) (files_sdk.FileComment, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, params files_sdk.FileCommentCreateParams) (files_sdk.FileComment, error)
func Delete ¶
func Delete(ctx context.Context, params files_sdk.FileCommentDeleteParams) (files_sdk.FileComment, error)
func Update ¶
func Update(ctx context.Context, params files_sdk.FileCommentUpdateParams) (files_sdk.FileComment, error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params files_sdk.FileCommentCreateParams) (files_sdk.FileComment, error)
func (*Client) Delete ¶
func (c *Client) Delete(ctx context.Context, params files_sdk.FileCommentDeleteParams) (files_sdk.FileComment, error)
func (*Client) Update ¶
func (c *Client) Update(ctx context.Context, params files_sdk.FileCommentUpdateParams) (files_sdk.FileComment, error)
Click to show internal directories.
Click to hide internal directories.