7 lines
204 B
Go
7 lines
204 B
Go
package config
|
|
|
|
type BaiduImgClassify struct {
|
|
ApiKey string `mapstructure:"api-key" json:"api-key" yaml:"api-key"`
|
|
SecretKey string `mapstructure:"secret-key" json:"secret-key" yaml:"secret-key"`
|
|
}
|