mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
7 lines
122 B
Go
7 lines
122 B
Go
package config
|
|
|
|
import "nfsense.net/nfsense/internal/config"
|
|
|
|
type Config struct {
|
|
ConfigManager *config.ConfigManager
|
|
}
|