telegraf/plugins/inputs/eventhub_consumer/eventhub_consumer_sample_co...

9 lines
312 B
Go

//go:generate go run ../../../tools/generate_plugindata/main.go
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
package eventhub_consumer
func (*EventHub) SampleConfig() string {
return `{{ .SampleConfig }}`
}