Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package mqMgr
|
||||
|
||||
// 消息队列类型:消息队列、消息主题
|
||||
const (
|
||||
MQ_TYPE_QUEUE = "queue"
|
||||
MQ_TYPE_TOPIC = "topic"
|
||||
)
|
||||
Reference in New Issue
Block a user