-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: go feature flags: use sdk functionality #403
chore: go feature flags: use sdk functionality #403
Conversation
Signed-off-by: liran2000 <liran2000@gmail.com>
@thomaspoignant to review when available. @toddbaert to see how some recent SDK functionality can help providers by using it instead of needing to implement for each provider. |
...lag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProvider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: liran2000 <liran2000@gmail.com>
return TARGETING_KEY_MISSING error code when relevant Signed-off-by: liran2000 <liran2000@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nice contribution, thanks a lot this makes the code way more readable.
...lag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProvider.java
Show resolved
Hide resolved
...src/test/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProviderTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: liran2000 <liran2000@gmail.com>
@toddbaert can this be merged? |
@liran2000 I've merged it, thanks a lot again for your contribution 🙏 |
Signed-off-by: liran2000 <liran2000@gmail.com>
…yle-plugin to v3.2.2 (open-feature#403) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR