mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
6 lines
134 B
Go
6 lines
134 B
Go
package definitions
|
|
|
|
type Config struct {
|
|
ConfigVersion uint64 `json:"config_version"`
|
|
Firewall Firewall `json:"firewall"`
|
|
}
|