OpsLevel / opslevel-go

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

add UniqueIdentifiers utility function to Domain, Service, and Team #427

Closed davidbloss closed 2 weeks ago

davidbloss commented 2 weeks ago

Issues

Changelog

Add UniqueIdentifiers() to Domain, Service, and Team structs. This returns a slice of strings with Aliases not found in ManagedAliases. These unique identifiers are what are used in URLs and are managed by OpsLevel and not the customer. Being able to isolate these will help manage aliases that customers can update.

Tophatting