Documentation ¶ Index ¶ type API type Slack func New(cfg config.ChannelSlack, logger *zap.Logger) (*Slack, error) func (m *Slack) Name() string func (m *Slack) Send(message *message.Message) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type API ¶ added in v0.5.0 type API interface { SendMessage(channel string, options ...slack.MsgOption) (string, string, string, error) } type Slack ¶ type Slack struct { // contains filtered or unexported fields } func New ¶ func New(cfg config.ChannelSlack, logger *zap.Logger) (*Slack, error) func (*Slack) Name ¶ func (m *Slack) Name() string func (*Slack) Send ¶ func (m *Slack) Send(message *message.Message) error Source Files ¶ View all Source files message.go send.go slack.go Click to show internal directories. Click to hide internal directories.