Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Integrations = map[string]Integration{ "stdout": { Name: "Standard Output", Run: stdout.Run, }, "comment": { Name: "Comment Integration", Run: comment.Run, }, "slack": { Name: "Slack Integration", Run: slack.Run, }, "actions": { Name: "GitHub Actions Integration", Run: actions.Run, }, }
Functions ¶
This section is empty.
Types ¶
type Integration ¶
Click to show internal directories.
Click to hide internal directories.