Versions in this module Expand all Collapse all v0 v0.1.3 Oct 3, 2023 v0.1.2 Oct 3, 2023 Changes in this version + var File_packages_node_gossip_gossipproto_message_proto protoreflect.FileDescriptor + type Block struct + Data []byte + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (x *Block) GetData() []byte + func (x *Block) ProtoReflect() protoreflect.Message + func (x *Block) Reset() + func (x *Block) String() string + type BlockRequest struct + Id []byte + func (*BlockRequest) Descriptor() ([]byte, []int) + func (*BlockRequest) ProtoMessage() + func (x *BlockRequest) GetId() []byte + func (x *BlockRequest) ProtoReflect() protoreflect.Message + func (x *BlockRequest) Reset() + func (x *BlockRequest) String() string + type Negotiation struct + func (*Negotiation) Descriptor() ([]byte, []int) + func (*Negotiation) ProtoMessage() + func (x *Negotiation) ProtoReflect() protoreflect.Message + func (x *Negotiation) Reset() + func (x *Negotiation) String() string + type Packet struct + Body isPacket_Body + func (*Packet) Descriptor() ([]byte, []int) + func (*Packet) ProtoMessage() + func (m *Packet) GetBody() isPacket_Body + func (x *Packet) GetBlock() *Block + func (x *Packet) GetBlockRequest() *BlockRequest + func (x *Packet) GetNegotiation() *Negotiation + func (x *Packet) ProtoReflect() protoreflect.Message + func (x *Packet) Reset() + func (x *Packet) String() string + type Packet_Block struct + Block *Block + type Packet_BlockRequest struct + BlockRequest *BlockRequest + type Packet_Negotiation struct + Negotiation *Negotiation