This commit is contained in:
Jay
2018-11-16 23:52:12 +08:00
parent e525ac65fe
commit 2131f91c44
172 changed files with 50784 additions and 4 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ import (
)
type Config struct {
Domains []struct {
AccessKey string `yaml:"access_key"`
AccessSecret string `yaml:"access_secret"`
Region string `yaml:"region"`
Domains []struct {
Name string `yaml:"name"`
Sub []string `yaml:"subdomain,flow"`
} `yaml:"domains"`