Skip to content

Commit 59b26dc

Browse files
fix(GOFF): Adding missing exports for GO Feature Flag server Provider (#1417)
Signed-off-by: Thomas Poignant <[email protected]> Signed-off-by: Thomas Poignant <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e9e5e2b commit 59b26dc

File tree

1 file changed

+5
-0
lines changed
  • libs/providers/go-feature-flag/src

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
export * from './lib/go-feature-flag-provider';
2+
export type { GoFeatureFlagProviderOptions } from './lib/go-feature-flag-provider-options';
3+
export { EvaluationType } from './lib/model/evaluation-type';
4+
export { ExporterMetadata } from './lib/model/exporter-metadata';
5+
export * from './lib/exception';
6+
export { type FetchAPI, isomorphicFetch } from './lib/helper/fetch-api';

0 commit comments

Comments
 (0)