6 lines
147 B
Go
6 lines
147 B
Go
|
//go:build !custom || inputs || inputs.powerdns
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/influxdata/telegraf/plugins/inputs/powerdns" // register plugin
|