chore: move '/internal/pkg' to '/pkg'
This commit is contained in:
9
pkg/sdk3rd/cmcc/ecloudsdkcore@v1.0.0/config/config.go
Normal file
9
pkg/sdk3rd/cmcc/ecloudsdkcore@v1.0.0/config/config.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
AccessKey string `json:"accessKey,string"`
|
||||
SecretKey string `json:"secretKey,string"`
|
||||
PoolId string `json:"poolId,string"`
|
||||
ReadTimeOut int `json:"readTimeOut,int"`
|
||||
ConnectTimeout int `json:"connectTimeout,int"`
|
||||
}
|
||||
Reference in New Issue
Block a user