type LabelTransformerPlugin … func (p *LabelTransformerPlugin) Config( _ *resmap.PluginHelpers, c []byte) (err error) { … } func (p *LabelTransformerPlugin) Transform(m resmap.ResMap) error { … } func NewLabelTransformerPlugin() resmap.TransformerPlugin { … }