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