Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-04-26 01:10:37 +03:00
committed by GitHub
parent 1d0a53666a
commit f6c43cbf9e
9 changed files with 114 additions and 55 deletions

View File

@@ -13,8 +13,8 @@ type Handler interface {
type tcpHandler struct {
opts server.HandlerOptions
eps []*register.Endpoint
hd interface{}
eps []*register.Endpoint
maxMsgSize int
}