Documentation
¶
Overview ¶
Package webhook provides a slack webhook client implementation.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// URL is the webhook URL to use
URL string
}
Client is a slack webhook client for posting messages using a webhook URL.
Click to show internal directories.
Click to hide internal directories.