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