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