Browse Source

feat(go): add egress ha feature flag;

VishalDalwadi 2 weeks ago
parent
commit
74fd81999f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/structs.go

+ 1 - 0
models/structs.go

@@ -17,6 +17,7 @@ const (
 )
 
 type FeatureFlags struct {
+	EnableEgressHA          bool `json:"enable_egress_ha"`
 	EnableNetworkActivity   bool `json:"enable_network_activity"`
 	EnableOAuth             bool `json:"enable_oauth"`
 	EnableIDPIntegration    bool `json:"enable_idp_integration"`