liuxiaolong
2021-01-26 f3d97adc87f0682b9f53599815d7db67e7db754d
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)
}