liuxiaolong
2021-02-08 9f22407d3046da957fa8c32c5b4e5e00b50c5de2
requestTopic.go
@@ -1,8 +1,8 @@
package mc
package bhomeclient
type MicroFunc func(req *Request) *Reply
type Transport interface {
   RequestTopic(string, Request) (*Reply,error)
   RequestTopic(string, Request, int) (*Reply,error)
}