You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New empty provider
Signed-off-by: Thomas Poignant <[email protected]>
* Go Feature Flag provider initialisation.
Signed-off-by: Thomas Poignant <[email protected]>
* Adding test to the go-feature-flag provider
Signed-off-by: Thomas Poignant <[email protected]>
* linting issues
Signed-off-by: Thomas Poignant <[email protected]>
* Edit readme
Signed-off-by: Thomas Poignant <[email protected]>
* Moved dependencies to the root
Signed-off-by: Michael Beemer <[email protected]>
* Set inferred deps to dependencies in package.json
Signed-off-by: Michael Beemer <[email protected]>
* export go feature flag provider
Signed-off-by: Michael Beemer <[email protected]>
* Formatted and linted
Signed-off-by: Michael Beemer <[email protected]>
* Remove semicolon eslint exclusion rule
Signed-off-by: Michael Beemer <[email protected]>
* Add release please config
Signed-off-by: Michael Beemer <[email protected]>
* chore: update to new publishing
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
This provider is an implementation for [`go-feature-flag`](https://github.com/thomaspoignant/go-feature-flag) a simple and complete
4
+
feature flag solution, without any complex backend system to install, all you need is a file as your backend.
5
+
6
+
It uses [`go-feature-flag-relay-proxy`](https://github.com/thomaspoignant/go-feature-flag-relay-proxy) which expose the capabilities of the SDK through an API layer.
0 commit comments