add zone to config

This commit is contained in:
jolestar 2017-03-28 12:14:12 +08:00 committed by Aspire
parent 8571159211
commit 916a7b33e7
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ type Config struct {
LogLevel string `yaml:"log_level"`
Zone string `yaml:"zone"`
Connection *http.Client
}