[management] Flow settings (#3509)

This commit is contained in:
Pascal Fischer
2025-03-14 20:36:07 +01:00
committed by GitHub
parent 17ff31316a
commit 1a87f6e05e
15 changed files with 363 additions and 321 deletions

View File

@@ -72,7 +72,10 @@ type ExtraSettings struct {
// IntegratedValidatorGroups list of group IDs to be used with integrated approval configurations
IntegratedValidatorGroups []string `gorm:"serializer:json"`
FlowEnabled bool `gorm:"-"`
FlowEnabled bool `gorm:"-"`
FlowPacketCounterEnabled bool `gorm:"-"`
FlowENCollectionEnabled bool `gorm:"-"`
FlowDnsCollectionEnabled bool `gorm:"-"`
}
// Copy copies the ExtraSettings struct