Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateParmalink(ctx context.Context, channel, messageTs string) (string, error)
- func (c *Client) GetChannelIDByName(ctx context.Context, channel string) (string, error)
- func (c *Client) GetHistory(ctx context.Context, msgChan chan slack.Msg, ...) error
- func (c *Client) GetPermalink(ctx context.Context, channel, messageTs string) (string, error)
- func (c *Client) GetUserNameByID(ctx context.Context, uID string) string
- func (c *Client) HumanizeMessage(ctx context.Context, in string) string
- func (c *Client) HumanizeTimestamp(in string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateParmalink ¶
func (*Client) GetChannelIDByName ¶
func (*Client) GetHistory ¶
func (*Client) GetPermalink ¶
func (*Client) GetUserNameByID ¶
func (*Client) HumanizeMessage ¶
func (*Client) HumanizeTimestamp ¶
Click to show internal directories.
Click to hide internal directories.