Documentation ¶
Index ¶
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
}
Client allows you to provide connection to Slack API Server It contains a token that allows to authenticate connection to post and work with channels in the domain
func NewFakeClient ¶
func NewFakeClient() *Client
NewFakeClient returns a client that takes no actions.
func (*Client) WriteMessage ¶
WriteMessage adds text to channel
Click to show internal directories.
Click to hide internal directories.