| 14 | var sampleConfig string |
| 15 | |
| 16 | type Unpivot struct { |
| 17 | FieldNameAs string `toml:"use_fieldname_as"` |
| 18 | TagKey string `toml:"tag_key"` |
| 19 | ValueKey string `toml:"value_key"` |
| 20 | } |
| 21 | |
| 22 | func (p *Unpivot) Init() error { |
| 23 | switch p.FieldNameAs { |
nothing calls this directly
no outgoing calls
no test coverage detected