Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackAdapter ¶
type SlackAdapter struct {
// contains filtered or unexported fields
}
func NewSlackAdapter ¶
func NewSlackAdapter(conf SlackConfig) (*SlackAdapter, chan struct{}, error)
func (*SlackAdapter) Close ¶
func (a *SlackAdapter) Close() error
type SlackConfig ¶
type SlackConfig struct { ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"` Token string `json:"token" yaml:"token"` }
func (*SlackConfig) Validate ¶
func (c *SlackConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.