Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Map = map[string]interface{}{ "default": &Default{}, "webhook": &webhook.Webhook{}, "ms-teams": &msteam.MSTeams{}, "smtp": &smtp.SMTP{}, }
Map maps each event handler function to a name for easily lookup
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct { }
Default handler implements Handler interface, print each event with JSON format
Click to show internal directories.
Click to hide internal directories.