Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{
Name: "slack",
Description: "configure settings for slack integration",
Subcommands: []*cli.Command{&configureSlackCommand, &testSlackCommand, &disableSlackCommand},
}
Functions ¶
func RenderSlackAppManifest ¶
func RenderSlackAppManifest(s SlackManifestConfig) (string, error)
Types ¶
type SlackManifestConfig ¶
type SlackManifestConfig struct {
WebhookURL string
}
Click to show internal directories.
Click to hide internal directories.