Explorar o código

feat(go): add egress ha feature flag;

VishalDalwadi hai 2 meses
pai
achega
74fd81999f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"`