Documentation ¶
Index ¶
- Variables
- type ICDCIdentityList
- func (*ICDCIdentityList) Descriptor() ([]byte, []int)deprecated
- func (x *ICDCIdentityList) GetDevices() [][]byte
- func (x *ICDCIdentityList) GetSeq() int32
- func (x *ICDCIdentityList) GetSigningDeviceIndex() int32
- func (x *ICDCIdentityList) GetTimestamp() int64
- func (*ICDCIdentityList) ProtoMessage()
- func (x *ICDCIdentityList) ProtoReflect() protoreflect.Message
- func (x *ICDCIdentityList) Reset()
- func (x *ICDCIdentityList) String() string
- type SignedICDCIdentityList
- func (*SignedICDCIdentityList) Descriptor() ([]byte, []int)deprecated
- func (x *SignedICDCIdentityList) GetDetails() []byte
- func (x *SignedICDCIdentityList) GetSignature() []byte
- func (*SignedICDCIdentityList) ProtoMessage()
- func (x *SignedICDCIdentityList) ProtoReflect() protoreflect.Message
- func (x *SignedICDCIdentityList) Reset()
- func (x *SignedICDCIdentityList) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_waArmadilloICDC_WAArmadilloICDC_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ICDCIdentityList ¶
type ICDCIdentityList struct { Seq *int32 `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"` Timestamp *int64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"` Devices [][]byte `protobuf:"bytes,3,rep,name=devices" json:"devices,omitempty"` SigningDeviceIndex *int32 `protobuf:"varint,4,opt,name=signingDeviceIndex" json:"signingDeviceIndex,omitempty"` // contains filtered or unexported fields }
func (*ICDCIdentityList) Descriptor
deprecated
func (*ICDCIdentityList) Descriptor() ([]byte, []int)
Deprecated: Use ICDCIdentityList.ProtoReflect.Descriptor instead.
func (*ICDCIdentityList) GetDevices ¶
func (x *ICDCIdentityList) GetDevices() [][]byte
func (*ICDCIdentityList) GetSeq ¶
func (x *ICDCIdentityList) GetSeq() int32
func (*ICDCIdentityList) GetSigningDeviceIndex ¶
func (x *ICDCIdentityList) GetSigningDeviceIndex() int32
func (*ICDCIdentityList) GetTimestamp ¶
func (x *ICDCIdentityList) GetTimestamp() int64
func (*ICDCIdentityList) ProtoMessage ¶
func (*ICDCIdentityList) ProtoMessage()
func (*ICDCIdentityList) ProtoReflect ¶
func (x *ICDCIdentityList) ProtoReflect() protoreflect.Message
func (*ICDCIdentityList) Reset ¶
func (x *ICDCIdentityList) Reset()
func (*ICDCIdentityList) String ¶
func (x *ICDCIdentityList) String() string
type SignedICDCIdentityList ¶
type SignedICDCIdentityList struct { Details []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*SignedICDCIdentityList) Descriptor
deprecated
func (*SignedICDCIdentityList) Descriptor() ([]byte, []int)
Deprecated: Use SignedICDCIdentityList.ProtoReflect.Descriptor instead.
func (*SignedICDCIdentityList) GetDetails ¶
func (x *SignedICDCIdentityList) GetDetails() []byte
func (*SignedICDCIdentityList) GetSignature ¶
func (x *SignedICDCIdentityList) GetSignature() []byte
func (*SignedICDCIdentityList) ProtoMessage ¶
func (*SignedICDCIdentityList) ProtoMessage()
func (*SignedICDCIdentityList) ProtoReflect ¶
func (x *SignedICDCIdentityList) ProtoReflect() protoreflect.Message
func (*SignedICDCIdentityList) Reset ¶
func (x *SignedICDCIdentityList) Reset()
func (*SignedICDCIdentityList) String ¶
func (x *SignedICDCIdentityList) String() string
Click to show internal directories.
Click to hide internal directories.