newrelic / newrelic-client-go

New Relic Client for the Go programming language
https://newrelic.github.io/observability-as-code
Apache License 2.0
73 stars 89 forks source link

chore(entities): add missing reference to `GetTags()` in `interface_methods` of `EntityOutline` #1172

Open pranav-new-relic opened 4 weeks ago

pranav-new-relic commented 4 weeks ago

In #1146, a new method GetTags() was added to the interface EntityOutlineInterface.

This was supposed to be a change automated via Tutone, via the addition of GetTags() to the attribute interface_methods under EntityOutline similar to #595, however, the relevant commit which included changes to .tutone.yml went missing.

This PR is an attempt to add this capability back to Tutone, to prevent diffs generated because of the absence of GetTags() in interface_methods of EntityOutline.