Ver código fonte

삭제 'matching.go'

secure
extra1563 4 anos atrás
pai
commit
433fc952c1
1 arquivos alterados com 0 adições e 21 exclusões
  1. 0
    21
      matching.go

+ 0
- 21
matching.go Ver arquivo

@@ -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
-}

Carregando…
Cancelar
Salvar