Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deploy ¶
type Deploy struct {
EventName string `json:"event_name"`
Data DeployData `json:"data"`
}
type DeployData ¶
type DeployData struct {
Deploy DeployDataDeploy `json:"deploy"`
}
type DeployDataDeploy ¶
type DummyEvent ¶
type DummyEvent struct {
EventName string `json:"event_name"`
}
type NewItem ¶
type NewItem struct {
EventName string `json:"event_name"`
Data NewItemData `json:"data"`
}
type NewItemData ¶
type NewItemData struct {
Item NewItemDataItem `json:"item"`
}
type NewItemDataItem ¶
type NewItemDataItem struct {
Id int `json:"id"`
Environment string `json:"environment"`
ProjectId int `json:"project_id"`
LastOccurence NewItemDataItemLastOccurence `json:"last_occurrence"`
}
type RollbarWebhook ¶
type RollbarWebhook struct {
Path string
// contains filtered or unexported fields
}
func (*RollbarWebhook) Register ¶
func (rb *RollbarWebhook) Register(router *mux.Router, acc telegraf.Accumulator)
Click to show internal directories.
Click to hide internal directories.