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