Documentation ¶
Index ¶
- func Create(params files_sdk.FileCommentCreateParams, ...) (fileComment files_sdk.FileComment, err error)
- func Delete(params files_sdk.FileCommentDeleteParams, ...) (err error)
- func Update(params files_sdk.FileCommentUpdateParams, ...) (fileComment files_sdk.FileComment, err error)
- func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
- type Client
- func (c *Client) Create(params files_sdk.FileCommentCreateParams, ...) (fileComment files_sdk.FileComment, err error)
- func (c *Client) Delete(params files_sdk.FileCommentDeleteParams, ...) (err error)
- func (c *Client) ListFor(params files_sdk.FileCommentListForParams, ...) (*Iter, error)
- func (c *Client) Update(params files_sdk.FileCommentUpdateParams, ...) (fileComment files_sdk.FileComment, err error)
- func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(params files_sdk.FileCommentCreateParams, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
func Delete ¶
func Delete(params files_sdk.FileCommentDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func Update ¶
func Update(params files_sdk.FileCommentUpdateParams, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
func UpdateWithMap ¶
func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(params files_sdk.FileCommentCreateParams, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
func (*Client) Delete ¶
func (c *Client) Delete(params files_sdk.FileCommentDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) ListFor ¶
func (c *Client) ListFor(params files_sdk.FileCommentListForParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) Update ¶
func (c *Client) Update(params files_sdk.FileCommentUpdateParams, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (fileComment files_sdk.FileComment, err error)
type Iter ¶
func ListFor ¶
func ListFor(params files_sdk.FileCommentListForParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) FileComment ¶
func (i *Iter) FileComment() files_sdk.FileComment
Click to show internal directories.
Click to hide internal directories.