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