Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package mqMgr
|
||||
|
||||
// 网络类型:内网、外网
|
||||
const (
|
||||
MQ_NETWORK_INTERNAL = "tencentyun"
|
||||
MQ_NETWORK_PUBLIC = "tencenttdmq" //"qcloud" //todo:切换成tdmq之后,该值需要修改成:tencenttdmq
|
||||
)
|
||||
Reference in New Issue
Block a user