Versions in this module Expand all Collapse all v1 v1.6.7 Feb 27, 2018 Changes in this version + type RPCInfo struct + Args [][]byte + ArgsType []string + Cid string + Expired int64 + Fn string + Reply bool + ReplyTo string + Track string + func (*RPCInfo) Descriptor() ([]byte, []int) + func (*RPCInfo) ProtoMessage() + func (m *RPCInfo) GetArgs() [][]byte + func (m *RPCInfo) GetArgsType() []string + func (m *RPCInfo) GetCid() string + func (m *RPCInfo) GetExpired() int64 + func (m *RPCInfo) GetFn() string + func (m *RPCInfo) GetReply() bool + func (m *RPCInfo) GetReplyTo() string + func (m *RPCInfo) GetTrack() string + func (m *RPCInfo) Reset() + func (m *RPCInfo) String() string + type ResultInfo struct + Cid string + Error string + Result []byte + ResultType string + func NewResultInfo(Cid string, Error string, ArgsType string, result []byte) *ResultInfo + func (*ResultInfo) Descriptor() ([]byte, []int) + func (*ResultInfo) ProtoMessage() + func (m *ResultInfo) GetCid() string + func (m *ResultInfo) GetError() string + func (m *ResultInfo) GetResult() []byte + func (m *ResultInfo) GetResultType() string + func (m *ResultInfo) Reset() + func (m *ResultInfo) String() string