Versions in this module Expand all Collapse all v1 v1.0.0 Oct 1, 2024 Changes in this version + var File_waServerSync_WAServerSync_proto protoreflect.FileDescriptor + var SyncdMutation_SyncdOperation_name = map[int32]string + var SyncdMutation_SyncdOperation_value = map[string]int32 + type ExitCode struct + Code *uint64 + Text *string + func (*ExitCode) Descriptor() ([]byte, []int) + func (*ExitCode) ProtoMessage() + func (x *ExitCode) GetCode() uint64 + func (x *ExitCode) GetText() string + func (x *ExitCode) ProtoReflect() protoreflect.Message + func (x *ExitCode) Reset() + func (x *ExitCode) String() string + type ExternalBlobReference struct + DirectPath *string + FileEncSHA256 []byte + FileSHA256 []byte + FileSizeBytes *uint64 + Handle *string + MediaKey []byte + func (*ExternalBlobReference) Descriptor() ([]byte, []int) + func (*ExternalBlobReference) ProtoMessage() + func (x *ExternalBlobReference) GetDirectPath() string + func (x *ExternalBlobReference) GetFileEncSHA256() []byte + func (x *ExternalBlobReference) GetFileSHA256() []byte + func (x *ExternalBlobReference) GetFileSizeBytes() uint64 + func (x *ExternalBlobReference) GetHandle() string + func (x *ExternalBlobReference) GetMediaKey() []byte + func (x *ExternalBlobReference) ProtoReflect() protoreflect.Message + func (x *ExternalBlobReference) Reset() + func (x *ExternalBlobReference) String() string + type KeyId struct + ID []byte + func (*KeyId) Descriptor() ([]byte, []int) + func (*KeyId) ProtoMessage() + func (x *KeyId) GetID() []byte + func (x *KeyId) GetId() []byte + func (x *KeyId) ProtoReflect() protoreflect.Message + func (x *KeyId) Reset() + func (x *KeyId) String() string + type SyncdIndex struct + Blob []byte + func (*SyncdIndex) Descriptor() ([]byte, []int) + func (*SyncdIndex) ProtoMessage() + func (x *SyncdIndex) GetBlob() []byte + func (x *SyncdIndex) ProtoReflect() protoreflect.Message + func (x *SyncdIndex) Reset() + func (x *SyncdIndex) String() string + type SyncdMutation struct + Operation *SyncdMutation_SyncdOperation + Record *SyncdRecord + func (*SyncdMutation) Descriptor() ([]byte, []int) + func (*SyncdMutation) ProtoMessage() + func (x *SyncdMutation) GetOperation() SyncdMutation_SyncdOperation + func (x *SyncdMutation) GetRecord() *SyncdRecord + func (x *SyncdMutation) ProtoReflect() protoreflect.Message + func (x *SyncdMutation) Reset() + func (x *SyncdMutation) String() string + type SyncdMutation_SyncdOperation int32 + const SyncdMutation_REMOVE + const SyncdMutation_SET + func (SyncdMutation_SyncdOperation) Descriptor() protoreflect.EnumDescriptor + func (SyncdMutation_SyncdOperation) EnumDescriptor() ([]byte, []int) + func (SyncdMutation_SyncdOperation) Type() protoreflect.EnumType + func (x *SyncdMutation_SyncdOperation) UnmarshalJSON(b []byte) error + func (x SyncdMutation_SyncdOperation) Enum() *SyncdMutation_SyncdOperation + func (x SyncdMutation_SyncdOperation) Number() protoreflect.EnumNumber + func (x SyncdMutation_SyncdOperation) String() string + type SyncdMutations struct + Mutations []*SyncdMutation + func (*SyncdMutations) Descriptor() ([]byte, []int) + func (*SyncdMutations) ProtoMessage() + func (x *SyncdMutations) GetMutations() []*SyncdMutation + func (x *SyncdMutations) ProtoReflect() protoreflect.Message + func (x *SyncdMutations) Reset() + func (x *SyncdMutations) String() string + type SyncdPatch struct + ClientDebugData []byte + DeviceIndex *uint32 + ExitCode *ExitCode + ExternalMutations *ExternalBlobReference + KeyID *KeyId + Mutations []*SyncdMutation + PatchMAC []byte + SnapshotMAC []byte + Version *SyncdVersion + func (*SyncdPatch) Descriptor() ([]byte, []int) + func (*SyncdPatch) ProtoMessage() + func (x *SyncdPatch) GetClientDebugData() []byte + func (x *SyncdPatch) GetDeviceIndex() uint32 + func (x *SyncdPatch) GetExitCode() *ExitCode + func (x *SyncdPatch) GetExternalMutations() *ExternalBlobReference + func (x *SyncdPatch) GetKeyID() *KeyId + func (x *SyncdPatch) GetKeyId() *KeyId + func (x *SyncdPatch) GetMutations() []*SyncdMutation + func (x *SyncdPatch) GetPatchMAC() []byte + func (x *SyncdPatch) GetPatchMac() []byte + func (x *SyncdPatch) GetSnapshotMAC() []byte + func (x *SyncdPatch) GetSnapshotMac() []byte + func (x *SyncdPatch) GetVersion() *SyncdVersion + func (x *SyncdPatch) ProtoReflect() protoreflect.Message + func (x *SyncdPatch) Reset() + func (x *SyncdPatch) String() string + type SyncdRecord struct + Index *SyncdIndex + KeyID *KeyId + Value *SyncdValue + func (*SyncdRecord) Descriptor() ([]byte, []int) + func (*SyncdRecord) ProtoMessage() + func (x *SyncdRecord) GetIndex() *SyncdIndex + func (x *SyncdRecord) GetKeyID() *KeyId + func (x *SyncdRecord) GetKeyId() *KeyId + func (x *SyncdRecord) GetValue() *SyncdValue + func (x *SyncdRecord) ProtoReflect() protoreflect.Message + func (x *SyncdRecord) Reset() + func (x *SyncdRecord) String() string + type SyncdSnapshot struct + KeyID *KeyId + Mac []byte + Records []*SyncdRecord + Version *SyncdVersion + func (*SyncdSnapshot) Descriptor() ([]byte, []int) + func (*SyncdSnapshot) ProtoMessage() + func (x *SyncdSnapshot) GetKeyID() *KeyId + func (x *SyncdSnapshot) GetKeyId() *KeyId + func (x *SyncdSnapshot) GetMac() []byte + func (x *SyncdSnapshot) GetRecords() []*SyncdRecord + func (x *SyncdSnapshot) GetVersion() *SyncdVersion + func (x *SyncdSnapshot) ProtoReflect() protoreflect.Message + func (x *SyncdSnapshot) Reset() + func (x *SyncdSnapshot) String() string + type SyncdValue struct + Blob []byte + func (*SyncdValue) Descriptor() ([]byte, []int) + func (*SyncdValue) ProtoMessage() + func (x *SyncdValue) GetBlob() []byte + func (x *SyncdValue) ProtoReflect() protoreflect.Message + func (x *SyncdValue) Reset() + func (x *SyncdValue) String() string + type SyncdVersion struct + Version *uint64 + func (*SyncdVersion) Descriptor() ([]byte, []int) + func (*SyncdVersion) ProtoMessage() + func (x *SyncdVersion) GetVersion() uint64 + func (x *SyncdVersion) ProtoReflect() protoreflect.Message + func (x *SyncdVersion) Reset() + func (x *SyncdVersion) String() string Other modules containing this package github.com/snaril/wsapp/v2