Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
// TOML encodes to toml string
TOML() string
// UnmarshalTOML decodes the parsed data to the object
UnmarshalTOML(data interface{}) error
// Type is the plugin type
Type() Type
// PluginName is the string value of telegraf plugin package name.
PluginName() string
}
Config interface for all plugins.
Click to show internal directories.
Click to hide internal directories.