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