config.go 78 B

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