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