config.go 85 B

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