Documentation
¶
Index ¶
- type Client
- func (c *Client) CompleteUploadExternal(ctx context.Context, params *CompleteUploadExternalParam) error
- func (c *Client) GetUploadURLExternalURL(ctx context.Context, param *GetUploadURLExternalResParam) (uploadURL string, fileID string, err error)
- func (c *Client) PostFile(ctx context.Context, param *PostFileParam, content []byte) error
- func (c *Client) PostText(ctx context.Context, param *PostTextParam) error
- func (c *Client) UploadToURL(ctx context.Context, filename, uploadURL string, content []byte) error
- type CompleteUploadExternalParam
- type CompleteUploadExternalRes
- type FileSummary
- type GetUploadURLExternalRes
- type GetUploadURLExternalResParam
- type PostFileParam
- type PostTextParam
- type Slack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClientForPostFile ¶
func (*Client) CompleteUploadExternal ¶
func (c *Client) CompleteUploadExternal(ctx context.Context, params *CompleteUploadExternalParam) error
func (*Client) GetUploadURLExternalURL ¶
type FileSummary ¶
type GetUploadURLExternalRes ¶
type PostFileParam ¶
type PostTextParam ¶
Click to show internal directories.
Click to hide internal directories.