Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubClient ¶
type GithubClient struct {
// contains filtered or unexported fields
}
func NewGithubClient ¶
func NewGithubClient(token string) *GithubClient
type GithubHttpClient ¶
type SlackClient ¶
type SlackClient struct {
// contains filtered or unexported fields
}
func NewSlackClient ¶
func NewSlackClient(webhookUrl string) *SlackClient
func (*SlackClient) Send ¶
func (c *SlackClient) Send(text string) error
type SlackHttpClient ¶
Click to show internal directories.
Click to hide internal directories.