mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +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
|
|
}
|