OpsLevel / opslevel-go

A Go client for interacting with OpsLevel
MIT License
5 stars 12 forks source link

add generic ReconcileTags member function to client #422

Closed davidbloss closed 4 weeks ago

davidbloss commented 4 weeks ago

Issues

combine tags funcs to reconcileXTags

Changelog

Add generic ReconcileTags() function that can manage tags on any resource that implements TaggableResourceInterface

Tophatting