浏览代码

삭제 'matching.go'

secure
extra1563 4 年前
父节点
当前提交
433fc952c1
共有 1 个文件被更改,包括 0 次插入21 次删除
  1. 0
    21
      matching.go

+ 0
- 21
matching.go 查看文件

@@ -1,21 +0,0 @@
1
-package modules
2
-
3
-import (
4
-	_ "errors"
5
-	_ "fmt"
6
-)
7
-
8
-type match_manager struct {
9
-}
10
-
11
-func (match_mng *match_manager) matching(queue *MsgQueue) error {
12
-	msg := queue.pop(true)
13
-
14
-	//Implement here ~~
15
-	subscription := msg.(*PublishMsg).subscription
16
-	content := msg.(*PublishMsg).content
17
-
18
-	println(subscription, content)
19
-
20
-	return nil
21
-}

正在加载...
取消
保存