瀏覽代碼

feat(go): add egress ha feature flag;

VishalDalwadi 2 周之前
父節點
當前提交
74fd81999f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"`