Documentation
¶
Index ¶
- Variables
- type SyncdPlainTextRecord
- func (*SyncdPlainTextRecord) Descriptor() ([]byte, []int)deprecated
- func (x *SyncdPlainTextRecord) GetKeyID() []byte
- func (x *SyncdPlainTextRecord) GetMac() []byte
- func (x *SyncdPlainTextRecord) GetValue() *waSyncAction.SyncActionData
- func (*SyncdPlainTextRecord) ProtoMessage()
- func (x *SyncdPlainTextRecord) ProtoReflect() protoreflect.Message
- func (x *SyncdPlainTextRecord) Reset()
- func (x *SyncdPlainTextRecord) String() string
- type SyncdSnapshotRecovery
- func (*SyncdSnapshotRecovery) Descriptor() ([]byte, []int)deprecated
- func (x *SyncdSnapshotRecovery) GetCollectionLthash() []byte
- func (x *SyncdSnapshotRecovery) GetCollectionName() string
- func (x *SyncdSnapshotRecovery) GetMutationRecords() []*SyncdPlainTextRecord
- func (x *SyncdSnapshotRecovery) GetVersion() *SyncdVersion
- func (*SyncdSnapshotRecovery) ProtoMessage()
- func (x *SyncdSnapshotRecovery) ProtoReflect() protoreflect.Message
- func (x *SyncdSnapshotRecovery) Reset()
- func (x *SyncdSnapshotRecovery) String() string
- type SyncdVersion
Constants ¶
This section is empty.
Variables ¶
View Source
var File_waSyncdSnapshotRecovery_WAWebProtobufsSyncdSnapshotRecovery_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SyncdPlainTextRecord ¶
type SyncdPlainTextRecord struct {
Value *waSyncAction.SyncActionData `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
KeyID []byte `protobuf:"bytes,2,opt,name=keyID" json:"keyID,omitempty"`
Mac []byte `protobuf:"bytes,3,opt,name=mac" json:"mac,omitempty"`
// contains filtered or unexported fields
}
func (*SyncdPlainTextRecord) Descriptor
deprecated
func (*SyncdPlainTextRecord) Descriptor() ([]byte, []int)
Deprecated: Use SyncdPlainTextRecord.ProtoReflect.Descriptor instead.
func (*SyncdPlainTextRecord) GetKeyID ¶
func (x *SyncdPlainTextRecord) GetKeyID() []byte
func (*SyncdPlainTextRecord) GetMac ¶
func (x *SyncdPlainTextRecord) GetMac() []byte
func (*SyncdPlainTextRecord) GetValue ¶
func (x *SyncdPlainTextRecord) GetValue() *waSyncAction.SyncActionData
func (*SyncdPlainTextRecord) ProtoMessage ¶
func (*SyncdPlainTextRecord) ProtoMessage()
func (*SyncdPlainTextRecord) ProtoReflect ¶
func (x *SyncdPlainTextRecord) ProtoReflect() protoreflect.Message
func (*SyncdPlainTextRecord) Reset ¶
func (x *SyncdPlainTextRecord) Reset()
func (*SyncdPlainTextRecord) String ¶
func (x *SyncdPlainTextRecord) String() string
type SyncdSnapshotRecovery ¶
type SyncdSnapshotRecovery struct {
Version *SyncdVersion `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
CollectionName *string `protobuf:"bytes,2,opt,name=collectionName" json:"collectionName,omitempty"`
MutationRecords []*SyncdPlainTextRecord `protobuf:"bytes,3,rep,name=mutationRecords" json:"mutationRecords,omitempty"`
CollectionLthash []byte `protobuf:"bytes,4,opt,name=collectionLthash" json:"collectionLthash,omitempty"`
// contains filtered or unexported fields
}
func (*SyncdSnapshotRecovery) Descriptor
deprecated
func (*SyncdSnapshotRecovery) Descriptor() ([]byte, []int)
Deprecated: Use SyncdSnapshotRecovery.ProtoReflect.Descriptor instead.
func (*SyncdSnapshotRecovery) GetCollectionLthash ¶
func (x *SyncdSnapshotRecovery) GetCollectionLthash() []byte
func (*SyncdSnapshotRecovery) GetCollectionName ¶
func (x *SyncdSnapshotRecovery) GetCollectionName() string
func (*SyncdSnapshotRecovery) GetMutationRecords ¶
func (x *SyncdSnapshotRecovery) GetMutationRecords() []*SyncdPlainTextRecord
func (*SyncdSnapshotRecovery) GetVersion ¶
func (x *SyncdSnapshotRecovery) GetVersion() *SyncdVersion
func (*SyncdSnapshotRecovery) ProtoMessage ¶
func (*SyncdSnapshotRecovery) ProtoMessage()
func (*SyncdSnapshotRecovery) ProtoReflect ¶
func (x *SyncdSnapshotRecovery) ProtoReflect() protoreflect.Message
func (*SyncdSnapshotRecovery) Reset ¶
func (x *SyncdSnapshotRecovery) Reset()
func (*SyncdSnapshotRecovery) String ¶
func (x *SyncdSnapshotRecovery) String() string
type SyncdVersion ¶
type SyncdVersion struct {
Version *uint64 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*SyncdVersion) Descriptor
deprecated
func (*SyncdVersion) Descriptor() ([]byte, []int)
Deprecated: Use SyncdVersion.ProtoReflect.Descriptor instead.
func (*SyncdVersion) GetVersion ¶
func (x *SyncdVersion) GetVersion() uint64
func (*SyncdVersion) ProtoMessage ¶
func (*SyncdVersion) ProtoMessage()
func (*SyncdVersion) ProtoReflect ¶
func (x *SyncdVersion) ProtoReflect() protoreflect.Message
func (*SyncdVersion) Reset ¶
func (x *SyncdVersion) Reset()
func (*SyncdVersion) String ¶
func (x *SyncdVersion) String() string
Click to show internal directories.
Click to hide internal directories.