Documentation
¶
Index ¶
Constants ¶
View Source
const BOLT_BUCKET_NAME = "listeners"
Variables ¶
This section is empty.
Functions ¶
func SendNotifications ¶
Types ¶
type GithubIssue ¶
type Listener ¶
type Listener struct { Name string `yaml:"name"` EmailTo string `yaml:"email_to"` Repository string `yaml:"repository"` IsActive bool `yaml:"is_active"` Filters ListenerFilters `yaml:"filters"` }
type ListenerFilters ¶
type ListenerTracker ¶
type ListenersWrapper ¶
type ListenersWrapper struct {
Listeners []Listener `yaml:"listeners"`
}
Click to show internal directories.
Click to hide internal directories.