Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhooks ¶
type Webhooks struct {
ServiceAddress string `toml:"service_address"`
Github *github.GithubWebhook `toml:"github"`
Filestack *filestack.FilestackWebhook `toml:"filestack"`
Mandrill *mandrill.MandrillWebhook `toml:"mandrill"`
Rollbar *rollbar.RollbarWebhook `toml:"rollbar"`
Papertrail *papertrail.PapertrailWebhook `toml:"papertrail"`
Particle *particle.ParticleWebhook `toml:"particle"`
Artifactory *artifactory.ArtifactoryWebhook `toml:"artifactory"`
Log telegraf.Logger `toml:"-"`
// contains filtered or unexported fields
}
func NewWebhooks ¶
func NewWebhooks() *Webhooks
func (*Webhooks) AvailableWebhooks ¶
AvailableWebhooks Looks for fields which implement Webhook interface
func (*Webhooks) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.