소스 검색

삭제 '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…
취소
저장