Documentation ¶ Index ¶ type RpcClient func NewClient(cxt context.Context, cancel context.CancelFunc, endpoint string) *RpcClient func (m *RpcClient) Close() error func (m *RpcClient) GetConnState() connectivity.State Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type RpcClient ¶ type RpcClient struct { odc.ODCClient // contains filtered or unexported fields } func NewClient ¶ func NewClient(cxt context.Context, cancel context.CancelFunc, endpoint string) *RpcClient func (*RpcClient) Close ¶ func (m *RpcClient) Close() error func (*RpcClient) GetConnState ¶ func (m *RpcClient) GetConnState() connectivity.State Source Files ¶ View all Source files odcclient.go Click to show internal directories. Click to hide internal directories.