Versions in this module Expand all Collapse all v0 v0.1.0 Nov 14, 2023 Changes in this version + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + type App struct + Protocol uint64 + Software string + func (*App) Descriptor() ([]byte, []int) + func (*App) ProtoMessage() + func (m *App) GetProtocol() uint64 + func (m *App) GetSoftware() string + func (m *App) Marshal() (dAtA []byte, err error) + func (m *App) MarshalTo(dAtA []byte) (int, error) + func (m *App) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *App) Reset() + func (m *App) Size() (n int) + func (m *App) String() string + func (m *App) Unmarshal(dAtA []byte) error + func (m *App) XXX_DiscardUnknown() + func (m *App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *App) XXX_Merge(src proto.Message) + func (m *App) XXX_Size() int + func (m *App) XXX_Unmarshal(b []byte) error + type Consensus struct + App uint64 + Block uint64 + func (*Consensus) Descriptor() ([]byte, []int) + func (*Consensus) ProtoMessage() + func (m *Consensus) GetApp() uint64 + func (m *Consensus) GetBlock() uint64 + func (m *Consensus) Marshal() (dAtA []byte, err error) + func (m *Consensus) MarshalTo(dAtA []byte) (int, error) + func (m *Consensus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Consensus) Reset() + func (m *Consensus) Size() (n int) + func (m *Consensus) String() string + func (m *Consensus) Unmarshal(dAtA []byte) error + func (m *Consensus) XXX_DiscardUnknown() + func (m *Consensus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Consensus) XXX_Merge(src proto.Message) + func (m *Consensus) XXX_Size() int + func (m *Consensus) XXX_Unmarshal(b []byte) error + func (this *Consensus) Equal(that interface{}) bool