6 lines
168 B
Go
6 lines
168 B
Go
package aggregators
|
|
|
|
import "github.com/influxdata/telegraf"
|
|
|
|
// Deprecations lists the deprecated plugins
|
|
var Deprecations = make(map[string]telegraf.DeprecationInfo)
|