telegraf/plugins/inputs/unbound/unbound_sample_config.go

9 lines
303 B
Go
Raw Normal View History

//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 unbound
func (s *Unbound) SampleConfig() string {
return `{{ .SampleConfig }}`
}