Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MandrillEvent ¶
type MandrillEvent struct { EventName string `json:"event"` TimeStamp int64 `json:"ts"` Id string `json:"_id"` }
func (*MandrillEvent) Fields ¶
func (me *MandrillEvent) Fields() map[string]interface{}
func (*MandrillEvent) Tags ¶
func (me *MandrillEvent) Tags() map[string]string
type MandrillWebhook ¶
type MandrillWebhook struct { Path string // contains filtered or unexported fields }
func (*MandrillWebhook) Register ¶
func (md *MandrillWebhook) Register(router *mux.Router, acc telegraf.Accumulator)
Click to show internal directories.
Click to hide internal directories.