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