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