From 4c371afe631d4818ca8b8f6ba36451b334eb498a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 9 Sep 2023 18:22:10 +0800 Subject: [PATCH] 1 --- prototils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/prototils.go b/prototils.go index 7395621..d67e3e6 100644 --- a/prototils.go +++ b/prototils.go @@ -19,6 +19,7 @@ type MsgHdr struct { Conn net.Conn Data []byte Msg interface{} + Context interface{} Entry q5.ListHead }