Преглед изворни кода

삭제 '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
-}

Loading…
Откажи
Сачувај