add tcgplayer api action

This commit is contained in:
Jay
2019-01-14 18:06:10 +08:00
parent 2d18bb2eec
commit 37592a43fc
3 changed files with 103 additions and 0 deletions
+4
View File
@@ -29,6 +29,10 @@ type Config struct {
Port int `yaml:"port"`
Prefix string `yaml:"prefix"`
}
TCGPlayer struct {
PublicKey string `yaml:"public_key"`
PrivateKey string `yaml:"private_key"`
}
}
var conf *Config