Documentation ¶ Index ¶ func Send() *cli.Command type HTTPClient Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Send ¶ func Send() *cli.Command Send parse values from *cli.context and return *cli.Command and send messages to target channels. If multiple channel ids are provided then the string is split with "," separator and message is sent to each channel. Types ¶ type HTTPClient ¶ added in v0.1.9 type HTTPClient interface { Do(req *http.Request) (*http.Response, error) } HTTPClient interface var Client HTTPClient Source Files ¶ View all Source files mattermost.go Click to show internal directories. Click to hide internal directories.