Documentation ¶
Overview ¶
*
* * @author liangjf * @create on 2020/6/4 * @version 1.0
*
* * @author liangjf * @create on 2020/5/20 * @version 1.0
*
* * @author liangjf * @create on 2020/6/4 * @version 1.0
*
* * @author liangjf * @create on 2020/5/21 * @version 1.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryRPCTransport ¶
type FactoryRPCTransport struct{}
type IFactory ¶
type IFactory interface {
CreateTransport() ITransport
}
type ITransport ¶
func NewFactoryRPCTransport ¶
func NewFactoryRPCTransport(opts ...Option) ITransport
func NewRpcTransport ¶
func NewRpcTransport(opts ...Option) ITransport
Click to show internal directories.
Click to hide internal directories.