Versions in this module Expand all Collapse all v1 v1.0.6 Feb 7, 2024 Changes in this version + const SlackPostMessageAPI + type APIRequest struct + Channel string + TS string + Text string + type APIResponse struct + Error string + Ok bool + TS string + type Options struct + ID string + SlackChannel string + SlackFormat string + SlackThreadTS string + SlackThreads bool + SlackToken string + SlackUsername string + SlackWebHookURL string + func (options *Options) SendThreaded(message string) error + type Provider struct + Slack []*Options + func New(options []*Options, ids []string) (*Provider, error) + func (p *Provider) Send(message, CliFormat string) error