Versions in this module Expand all Collapse all v0 v0.1.0 Jan 25, 2022 Changes in this version + func ProcessRPC(ctx context.Context, b bus.Bus, conf *Config, rpc stream_grpc.RPC) error + type Config struct + Encrypted bool + LocalPeerId string + PeerId string + ProtocolId string + Reliable bool + TransportId uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (c *Config) ParseLocalPeerID() (peer.ID, error) + func (c *Config) ParsePeerID() (peer.ID, error) + func (c *Config) Validate() error + func (m *Config) GetEncrypted() bool + func (m *Config) GetLocalPeerId() string + func (m *Config) GetPeerId() string + func (m *Config) GetProtocolId() string + func (m *Config) GetReliable() bool + func (m *Config) GetTransportId() uint64 + func (m *Config) Reset() + func (m *Config) String() string + func (m *Config) XXX_DiscardUnknown() + func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Config) XXX_Merge(src proto.Message) + func (m *Config) XXX_Size() int + func (m *Config) XXX_Unmarshal(b []byte) error