Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 Changes in this version + var ErrIntOverflowTypedecl = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypedecl = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypedecl = fmt.Errorf("proto: unexpected end of group") + type Dropped struct + Age int32 + Name string + func NewPopulatedDropped(r randyTypedecl, easy bool) *Dropped + func (*Dropped) Descriptor() ([]byte, []int) + func (*Dropped) ProtoMessage() + func (d *Dropped) Drop() bool + func (d *Dropped) MarshalJSONPB(*jsonpb.Marshaler) ([]byte, error) + func (d *Dropped) UnmarshalJSONPB(u *jsonpb.Unmarshaler, b []byte) error + func (m *Dropped) GetAge() int32 + func (m *Dropped) GetName() string + func (m *Dropped) Marshal() (dAtA []byte, err error) + func (m *Dropped) MarshalTo(dAtA []byte) (int, error) + func (m *Dropped) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Dropped) Reset() + func (m *Dropped) Size() (n int) + func (m *Dropped) String() string + func (m *Dropped) Unmarshal(dAtA []byte) error + func (m *Dropped) XXX_DiscardUnknown() + func (m *Dropped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Dropped) XXX_Merge(src proto.Message) + func (m *Dropped) XXX_Size() int + func (m *Dropped) XXX_Unmarshal(b []byte) error + func (this *Dropped) Equal(that interface{}) bool + func (this *Dropped) VerboseEqual(that interface{}) error + type DroppedWithoutGetters struct + Height int64 + Width int64 + func NewPopulatedDroppedWithoutGetters(r randyTypedecl, easy bool) *DroppedWithoutGetters + func (*DroppedWithoutGetters) Descriptor() ([]byte, []int) + func (*DroppedWithoutGetters) ProtoMessage() + func (d *DroppedWithoutGetters) GetHeight() int64 + func (d *DroppedWithoutGetters) MarshalJSONPB(*jsonpb.Marshaler) ([]byte, error) + func (d *DroppedWithoutGetters) UnmarshalJSONPB(u *jsonpb.Unmarshaler, b []byte) error + func (m *DroppedWithoutGetters) Marshal() (dAtA []byte, err error) + func (m *DroppedWithoutGetters) MarshalTo(dAtA []byte) (int, error) + func (m *DroppedWithoutGetters) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DroppedWithoutGetters) Reset() + func (m *DroppedWithoutGetters) Size() (n int) + func (m *DroppedWithoutGetters) String() string + func (m *DroppedWithoutGetters) Unmarshal(dAtA []byte) error + func (m *DroppedWithoutGetters) XXX_DiscardUnknown() + func (m *DroppedWithoutGetters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DroppedWithoutGetters) XXX_Merge(src proto.Message) + func (m *DroppedWithoutGetters) XXX_Size() int + func (m *DroppedWithoutGetters) XXX_Unmarshal(b []byte) error + func (this *DroppedWithoutGetters) Equal(that interface{}) bool + func (this *DroppedWithoutGetters) VerboseEqual(that interface{}) error + type Kept struct + Age int32 + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func NewPopulatedKept(r randyTypedecl, easy bool) *Kept + func (*Kept) Descriptor() ([]byte, []int) + func (*Kept) ProtoMessage() + func (m *Kept) GetAge() int32 + func (m *Kept) GetName() string + func (m *Kept) Marshal() (dAtA []byte, err error) + func (m *Kept) MarshalTo(dAtA []byte) (int, error) + func (m *Kept) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Kept) Reset() + func (m *Kept) Size() (n int) + func (m *Kept) String() string + func (m *Kept) Unmarshal(dAtA []byte) error + func (m *Kept) XXX_DiscardUnknown() + func (m *Kept) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Kept) XXX_Merge(src proto.Message) + func (m *Kept) XXX_Size() int + func (m *Kept) XXX_Unmarshal(b []byte) error + func (this *Kept) Equal(that interface{}) bool + func (this *Kept) VerboseEqual(that interface{}) error