From b0598b2b53dc72ca7e259b993c1a13cf7de1e59a Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 20 五月 2021 10:01:03 +0800 Subject: [PATCH] bhsgo实现QueryProcs --- requestTopic.go | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/requestTopic.go b/requestTopic.go index a6abdac..2ee903a 100644 --- a/requestTopic.go +++ b/requestTopic.go @@ -1,6 +1,11 @@ package bhomeclient -type MicroFunc func(req *Request) *Reply +type WrapperHandler struct { + Bk Broker + Tr Transport +} + +type MicroFunc func(h *WrapperHandler, req *Request) *Reply type Transport interface { -- Gitblit v1.8.0