liuxiaolong
2021-01-18 6a1b64b8b2933d5bc38a6084ff06cccda35110b7
requestTopic.go
@@ -4,5 +4,5 @@
type Transport interface {
   RequestTopic(string, Request) (*Reply,error)
   RequestTopic(string, Request, int) (*Reply,error)
}