mirror of
https://github.com/speatzle/nfsense.git
synced 2025-06-29 15:49:37 +00:00
7 lines
124 B
Go
7 lines
124 B
Go
package network
|
|
|
|
import "nfsense.net/nfsense/internal/config"
|
|
|
|
type Network struct {
|
|
ConfigManager *config.ConfigManager
|
|
}
|