9 lines
126 B
Go
9 lines
126 B
Go
package config
|
|
|
|
type GuardConfig struct {
|
|
Enable bool
|
|
Notifications bool
|
|
Recovery bool
|
|
Interval uint32
|
|
}
|