Versions in this module Expand all Collapse all v0 v0.2.3 Jun 20, 2021 Changes in this version + var ErrIntOverflowPseudosettle = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthPseudosettle = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupPseudosettle = fmt.Errorf("proto: unexpected end of group") + type Payment struct + Amount uint64 + func (*Payment) Descriptor() ([]byte, []int) + func (*Payment) ProtoMessage() + func (m *Payment) GetAmount() uint64 + func (m *Payment) Marshal() (dAtA []byte, err error) + func (m *Payment) MarshalTo(dAtA []byte) (int, error) + func (m *Payment) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Payment) Reset() + func (m *Payment) Size() (n int) + func (m *Payment) String() string + func (m *Payment) Unmarshal(dAtA []byte) error + func (m *Payment) XXX_DiscardUnknown() + func (m *Payment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Payment) XXX_Merge(src proto.Message) + func (m *Payment) XXX_Size() int + func (m *Payment) XXX_Unmarshal(b []byte) error