5 lines
157 B
Go
5 lines
157 B
Go
//go:build !custom || secretstores || secretstores.http
|
|
|
|
package all
|
|
|
|
import _ "github.com/influxdata/telegraf/plugins/secretstores/http" // register plugin
|