We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6ca1d commit 8e63b53Copy full SHA for 8e63b53
localEvaluation/localEvaluation.go
@@ -37,7 +37,7 @@ type UserProperties struct {
37
TemplateId string `json:"template_id,omitempty"`
38
}
39
40
-type Config struct {
+type AmplitudeConfig struct {
41
Debug bool
42
ServerUrl string
43
FlagConfigPollerInterval time.Duration
@@ -89,7 +89,7 @@ func Initialize() {
89
90
91
92
-func InitializeWithConfig(conf Config) {
+func InitializeWithConfig(conf AmplitudeConfig) {
93
client = local.Initialize(LocalEvaluationDeploymentKey, (*local.Config)(&conf))
94
err := client.Start()
95
if err != nil {
0 commit comments