Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilestackEvent ¶
type FilestackEvent struct { Action string `json:"action"` TimeStamp int64 `json:"timestamp"` Id int `json:"id"` }
func (*FilestackEvent) Fields ¶
func (fe *FilestackEvent) Fields() map[string]interface{}
func (*FilestackEvent) Tags ¶
func (fe *FilestackEvent) Tags() map[string]string
type FilestackWebhook ¶
type FilestackWebhook struct { Path string // contains filtered or unexported fields }
func (*FilestackWebhook) Register ¶
func (fs *FilestackWebhook) Register(router *mux.Router, acc telegraf.Accumulator)
Click to show internal directories.
Click to hide internal directories.