Versions in this module Expand all Collapse all v3 v3.0.1 Dec 25, 2023 v3.0.0 Dec 23, 2022 Changes in this version + var ErrIntOverflowNet = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthNet = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupNet = fmt.Errorf("proto: unexpected end of group") + var NetMsg_MsgType_name = map[int32]string + var NetMsg_MsgType_value = map[string]int32 + type Msg struct + ChainId string + Flag string + Msg *NetMsg + func (*Msg) Descriptor() ([]byte, []int) + func (*Msg) ProtoMessage() + func (m *Msg) GetChainId() string + func (m *Msg) GetFlag() string + func (m *Msg) GetMsg() *NetMsg + func (m *Msg) Marshal() (dAtA []byte, err error) + func (m *Msg) MarshalTo(dAtA []byte) (int, error) + func (m *Msg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Msg) Reset() + func (m *Msg) Size() (n int) + func (m *Msg) String() string + func (m *Msg) Unmarshal(dAtA []byte) error + func (m *Msg) XXX_DiscardUnknown() + func (m *Msg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Msg) XXX_Merge(src proto.Message) + func (m *Msg) XXX_Size() int + func (m *Msg) XXX_Unmarshal(b []byte) error + type NetMsg struct + Payload []byte + To string + Type NetMsg_MsgType + func (*NetMsg) Descriptor() ([]byte, []int) + func (*NetMsg) ProtoMessage() + func (m *NetMsg) GetPayload() []byte + func (m *NetMsg) GetTo() string + func (m *NetMsg) GetType() NetMsg_MsgType + func (m *NetMsg) Marshal() (dAtA []byte, err error) + func (m *NetMsg) MarshalTo(dAtA []byte) (int, error) + func (m *NetMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NetMsg) Reset() + func (m *NetMsg) Size() (n int) + func (m *NetMsg) String() string + func (m *NetMsg) Unmarshal(dAtA []byte) error + func (m *NetMsg) XXX_DiscardUnknown() + func (m *NetMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NetMsg) XXX_Merge(src proto.Message) + func (m *NetMsg) XXX_Size() int + func (m *NetMsg) XXX_Unmarshal(b []byte) error + type NetMsg_MsgType int32 + const NetMsg_BLOCK + const NetMsg_BLOCKS + const NetMsg_CONSENSUS_MSG + const NetMsg_CONSISTENT_MSG + const NetMsg_INVALID_MSG + const NetMsg_SYNC_BLOCK_MSG + const NetMsg_TX + const NetMsg_TXS + func (NetMsg_MsgType) EnumDescriptor() ([]byte, []int) + func (x NetMsg_MsgType) String() string Other modules containing this package chainmaker.org/chainmaker/pb-go/v2