Files
kor-elf-shield/internal/daemon/firewall/guard/config/guard.go
T

9 lines
126 B
Go

package config
type GuardConfig struct {
Enable bool
Notifications bool
Recovery bool
Interval uint32
}