"feat(socket): 添加跨域请求处理并集成enum依赖,优化TCP连接数据注入"
This commit is contained in:
@@ -10,4 +10,5 @@ type SocketCodec interface {
|
||||
Encode([]byte) ([]byte, error)
|
||||
Decode(gnet.Conn) ([]byte, error)
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user