telegraf/plugins/inputs/bcache/bcache_sample_config.go

12 lines
341 B
Go

//go:build !windows
// +build !windows
//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 bcache
func (b *Bcache) SampleConfig() string {
return `{{ .SampleConfig }}`
}