proxy.go 114 B

1234567
  1. package config
  2. type Proxy struct {
  3. Enable bool `mapstructure:"enable"`
  4. Host string `mapstructure:"host"`
  5. }