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