Unleash / unleash-client-go

Unleash client SDK for Go
https://docs.getunleash.io
Apache License 2.0
138 stars 55 forks source link

Feat: support environment and appName variant overrides #179

Closed mrizk closed 1 month ago

mrizk commented 1 month ago

About the changes

At the moment, the SDK doesn't support setting a variant override for appName / environment despite this being supported by Unleash. This PR adds environment and appName to Override.getIdentifier() to support setting them as variant overrides.

Closes #178