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
Copy file name to clipboardExpand all lines: providers/go-feature-flag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProvider.java
Copy file name to clipboardExpand all lines: providers/go-feature-flag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProviderOptions.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ public class GoFeatureFlagProviderOptions {
40
40
privateLongkeepAliveDuration;
41
41
42
42
/**
43
-
* (optional) If the relay proxy is configured to authenticate the requests, you should provide
44
-
* an API Key to the provider.
45
-
* Please ask the administrator of the relay proxy to provide an API Key.
46
-
* (This feature is available only if you are using GO Feature Flag relay proxy v1.7.0 or above)
47
-
* Default: null
43
+
* (optional) If the relay proxy is configured to authenticate the requests, you should provide
44
+
* an API Key to the provider.
45
+
* Please ask the administrator of the relay proxy to provide an API Key.
46
+
* (This feature is available only if you are using GO Feature Flag relay proxy v1.7.0 or above)
Copy file name to clipboardExpand all lines: providers/go-feature-flag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/bean/GoFeatureFlagResponse.java
+3
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
importlombok.Setter;
5
5
importlombok.ToString;
6
6
7
+
importjava.util.Map;
8
+
7
9
/**
8
10
* GoFeatureFlagResponse is the response returned by the relay proxy.
9
11
*/
@@ -18,6 +20,7 @@ public class GoFeatureFlagResponse {
Copy file name to clipboardExpand all lines: providers/go-feature-flag/src/test/java/dev/openfeature/contrib/providers/gofeatureflag/GoFeatureFlagProviderTest.java
0 commit comments