liuxiaolong
2021-01-20 0120491f6551545b19114de049713c7e928ebc01
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)
}