2026-03-26 20:56:03 +01:00
|
|
|
package config
|
|
|
|
|
|
|
|
|
|
import "github.com/netsynth/netsynth/classify"
|
|
|
|
|
import "github.com/netsynth/netsynth/synth"
|
|
|
|
|
|
|
|
|
|
// Load is a stub — implementation pending GREEN phase.
|
|
|
|
|
func Load(configPath string) (map[classify.TrafficClass]synth.FreqConfig, error) {
|
|
|
|
|
return nil, nil
|
|
|
|
|
}
|