Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package mqMgr
|
||||
|
||||
// 消息队列配置对象
|
||||
type QueueConfig struct {
|
||||
// 地域
|
||||
Region string
|
||||
|
||||
// 队列名称
|
||||
QueueName string
|
||||
|
||||
// API密钥Id
|
||||
SecretId string
|
||||
|
||||
// API密钥key
|
||||
SecretKey string
|
||||
}
|
||||
Reference in New Issue
Block a user