Versions in this module Expand all Collapse all v0 v0.0.3 Aug 29, 2021 v0.0.2 Aug 21, 2021 Changes in this version + var Dms3NsEntry_ValidityType_name = map[int32]string + var Dms3NsEntry_ValidityType_value = map[string]int32 + var ErrIntOverflowDms3Ns = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthDms3Ns = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupDms3Ns = fmt.Errorf("proto: unexpected end of group") + type Dms3NsEntry struct + PubKey []byte + Sequence *uint64 + Signature []byte + Ttl *uint64 + Validity []byte + ValidityType *Dms3NsEntry_ValidityType + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Dms3NsEntry) Descriptor() ([]byte, []int) + func (*Dms3NsEntry) ProtoMessage() + func (m *Dms3NsEntry) GetPubKey() []byte + func (m *Dms3NsEntry) GetSequence() uint64 + func (m *Dms3NsEntry) GetSignature() []byte + func (m *Dms3NsEntry) GetTtl() uint64 + func (m *Dms3NsEntry) GetValidity() []byte + func (m *Dms3NsEntry) GetValidityType() Dms3NsEntry_ValidityType + func (m *Dms3NsEntry) GetValue() []byte + func (m *Dms3NsEntry) Marshal() (dAtA []byte, err error) + func (m *Dms3NsEntry) MarshalTo(dAtA []byte) (int, error) + func (m *Dms3NsEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Dms3NsEntry) Reset() + func (m *Dms3NsEntry) Size() (n int) + func (m *Dms3NsEntry) String() string + func (m *Dms3NsEntry) Unmarshal(dAtA []byte) error + func (m *Dms3NsEntry) XXX_DiscardUnknown() + func (m *Dms3NsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Dms3NsEntry) XXX_Merge(src proto.Message) + func (m *Dms3NsEntry) XXX_Size() int + func (m *Dms3NsEntry) XXX_Unmarshal(b []byte) error + type Dms3NsEntry_ValidityType int32 + const Dms3NsEntry_EOL + func (Dms3NsEntry_ValidityType) EnumDescriptor() ([]byte, []int) + func (x *Dms3NsEntry_ValidityType) UnmarshalJSON(data []byte) error + func (x Dms3NsEntry_ValidityType) Enum() *Dms3NsEntry_ValidityType + func (x Dms3NsEntry_ValidityType) String() string