liuxiaolong
2021-01-08 8b4557280f9dbc2b33f6f7bbd4bb49d1ba7fc3b3
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}