config.go 91 B

123456
  1. package config
  2. type RouterConfig interface {
  3. Strategy() string
  4. Settings() interface{}
  5. }