1.只留下BlockingQueueCache
2.为了避免循环引用,重新整理package结构
This commit is contained in:
8
constant/procotolConst.go
Normal file
8
constant/procotolConst.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constant
|
||||
|
||||
type Direction int
|
||||
|
||||
const (
|
||||
RECEIVE Direction = 0
|
||||
SEND Direction = 1
|
||||
)
|
||||
Reference in New Issue
Block a user