status-go/protocol/protobuf/pairing.pb.go

1466 lines
52 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: pairing.proto
package protobuf
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type Backup struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
Contacts []*SyncInstallationContactV2 `protobuf:"bytes,3,rep,name=contacts,proto3" json:"contacts,omitempty"`
Communities []*SyncCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Backup) Reset() { *m = Backup{} }
func (m *Backup) String() string { return proto.CompactTextString(m) }
func (*Backup) ProtoMessage() {}
func (*Backup) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{0}
}
func (m *Backup) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Backup.Unmarshal(m, b)
}
func (m *Backup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Backup.Marshal(b, m, deterministic)
}
func (m *Backup) XXX_Merge(src proto.Message) {
xxx_messageInfo_Backup.Merge(m, src)
}
func (m *Backup) XXX_Size() int {
return xxx_messageInfo_Backup.Size(m)
}
func (m *Backup) XXX_DiscardUnknown() {
xxx_messageInfo_Backup.DiscardUnknown(m)
}
var xxx_messageInfo_Backup proto.InternalMessageInfo
func (m *Backup) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *Backup) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *Backup) GetContacts() []*SyncInstallationContactV2 {
if m != nil {
return m.Contacts
}
return nil
}
func (m *Backup) GetCommunities() []*SyncCommunity {
if m != nil {
return m.Communities
}
return nil
}
type PairInstallation struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PairInstallation) Reset() { *m = PairInstallation{} }
func (m *PairInstallation) String() string { return proto.CompactTextString(m) }
func (*PairInstallation) ProtoMessage() {}
func (*PairInstallation) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{1}
}
func (m *PairInstallation) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PairInstallation.Unmarshal(m, b)
}
func (m *PairInstallation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PairInstallation.Marshal(b, m, deterministic)
}
func (m *PairInstallation) XXX_Merge(src proto.Message) {
xxx_messageInfo_PairInstallation.Merge(m, src)
}
func (m *PairInstallation) XXX_Size() int {
return xxx_messageInfo_PairInstallation.Size(m)
}
func (m *PairInstallation) XXX_DiscardUnknown() {
xxx_messageInfo_PairInstallation.DiscardUnknown(m)
}
var xxx_messageInfo_PairInstallation proto.InternalMessageInfo
func (m *PairInstallation) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *PairInstallation) GetInstallationId() string {
if m != nil {
return m.InstallationId
}
return ""
}
func (m *PairInstallation) GetDeviceType() string {
if m != nil {
return m.DeviceType
}
return ""
}
func (m *PairInstallation) GetName() string {
if m != nil {
return m.Name
}
return ""
}
type SyncInstallationContact struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
LastUpdated uint64 `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
SystemTags []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncInstallationContact) Reset() { *m = SyncInstallationContact{} }
func (m *SyncInstallationContact) String() string { return proto.CompactTextString(m) }
func (*SyncInstallationContact) ProtoMessage() {}
func (*SyncInstallationContact) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{2}
}
func (m *SyncInstallationContact) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncInstallationContact.Unmarshal(m, b)
}
func (m *SyncInstallationContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncInstallationContact.Marshal(b, m, deterministic)
}
func (m *SyncInstallationContact) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncInstallationContact.Merge(m, src)
}
func (m *SyncInstallationContact) XXX_Size() int {
return xxx_messageInfo_SyncInstallationContact.Size(m)
}
func (m *SyncInstallationContact) XXX_DiscardUnknown() {
xxx_messageInfo_SyncInstallationContact.DiscardUnknown(m)
}
var xxx_messageInfo_SyncInstallationContact proto.InternalMessageInfo
func (m *SyncInstallationContact) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncInstallationContact) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *SyncInstallationContact) GetProfileImage() string {
if m != nil {
return m.ProfileImage
}
return ""
}
func (m *SyncInstallationContact) GetEnsName() string {
if m != nil {
return m.EnsName
}
return ""
}
func (m *SyncInstallationContact) GetLastUpdated() uint64 {
if m != nil {
return m.LastUpdated
}
return 0
}
func (m *SyncInstallationContact) GetSystemTags() []string {
if m != nil {
return m.SystemTags
}
return nil
}
func (m *SyncInstallationContact) GetLocalNickname() string {
if m != nil {
return m.LocalNickname
}
return ""
}
type SyncInstallationContactV2 struct {
LastUpdatedLocally uint64 `protobuf:"varint,1,opt,name=last_updated_locally,json=lastUpdatedLocally,proto3" json:"last_updated_locally,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
LastUpdated uint64 `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
SystemTags []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
Added bool `protobuf:"varint,9,opt,name=added,proto3" json:"added,omitempty"`
Blocked bool `protobuf:"varint,10,opt,name=blocked,proto3" json:"blocked,omitempty"`
Muted bool `protobuf:"varint,11,opt,name=muted,proto3" json:"muted,omitempty"`
Removed bool `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
HasAddedUs bool `protobuf:"varint,13,opt,name=has_added_us,json=hasAddedUs,proto3" json:"has_added_us,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncInstallationContactV2) Reset() { *m = SyncInstallationContactV2{} }
func (m *SyncInstallationContactV2) String() string { return proto.CompactTextString(m) }
func (*SyncInstallationContactV2) ProtoMessage() {}
func (*SyncInstallationContactV2) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{3}
}
func (m *SyncInstallationContactV2) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncInstallationContactV2.Unmarshal(m, b)
}
func (m *SyncInstallationContactV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncInstallationContactV2.Marshal(b, m, deterministic)
}
func (m *SyncInstallationContactV2) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncInstallationContactV2.Merge(m, src)
}
func (m *SyncInstallationContactV2) XXX_Size() int {
return xxx_messageInfo_SyncInstallationContactV2.Size(m)
}
func (m *SyncInstallationContactV2) XXX_DiscardUnknown() {
xxx_messageInfo_SyncInstallationContactV2.DiscardUnknown(m)
}
var xxx_messageInfo_SyncInstallationContactV2 proto.InternalMessageInfo
func (m *SyncInstallationContactV2) GetLastUpdatedLocally() uint64 {
if m != nil {
return m.LastUpdatedLocally
}
return 0
}
func (m *SyncInstallationContactV2) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *SyncInstallationContactV2) GetProfileImage() string {
if m != nil {
return m.ProfileImage
}
return ""
}
func (m *SyncInstallationContactV2) GetEnsName() string {
if m != nil {
return m.EnsName
}
return ""
}
func (m *SyncInstallationContactV2) GetLastUpdated() uint64 {
if m != nil {
return m.LastUpdated
}
return 0
}
func (m *SyncInstallationContactV2) GetSystemTags() []string {
if m != nil {
return m.SystemTags
}
return nil
}
func (m *SyncInstallationContactV2) GetLocalNickname() string {
if m != nil {
return m.LocalNickname
}
return ""
}
func (m *SyncInstallationContactV2) GetAdded() bool {
if m != nil {
return m.Added
}
return false
}
func (m *SyncInstallationContactV2) GetBlocked() bool {
if m != nil {
return m.Blocked
}
return false
}
func (m *SyncInstallationContactV2) GetMuted() bool {
if m != nil {
return m.Muted
}
return false
}
func (m *SyncInstallationContactV2) GetRemoved() bool {
if m != nil {
return m.Removed
}
return false
}
func (m *SyncInstallationContactV2) GetHasAddedUs() bool {
if m != nil {
return m.HasAddedUs
}
return false
}
type SyncInstallationAccount struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
ProfileImage string `protobuf:"bytes,2,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
LastUpdated uint64 `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncInstallationAccount) Reset() { *m = SyncInstallationAccount{} }
func (m *SyncInstallationAccount) String() string { return proto.CompactTextString(m) }
func (*SyncInstallationAccount) ProtoMessage() {}
func (*SyncInstallationAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{4}
}
func (m *SyncInstallationAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncInstallationAccount.Unmarshal(m, b)
}
func (m *SyncInstallationAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncInstallationAccount.Marshal(b, m, deterministic)
}
func (m *SyncInstallationAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncInstallationAccount.Merge(m, src)
}
func (m *SyncInstallationAccount) XXX_Size() int {
return xxx_messageInfo_SyncInstallationAccount.Size(m)
}
func (m *SyncInstallationAccount) XXX_DiscardUnknown() {
xxx_messageInfo_SyncInstallationAccount.DiscardUnknown(m)
}
var xxx_messageInfo_SyncInstallationAccount proto.InternalMessageInfo
func (m *SyncInstallationAccount) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncInstallationAccount) GetProfileImage() string {
if m != nil {
return m.ProfileImage
}
return ""
}
func (m *SyncInstallationAccount) GetLastUpdated() uint64 {
if m != nil {
return m.LastUpdated
}
return 0
}
type SyncInstallationPublicChat struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncInstallationPublicChat) Reset() { *m = SyncInstallationPublicChat{} }
func (m *SyncInstallationPublicChat) String() string { return proto.CompactTextString(m) }
func (*SyncInstallationPublicChat) ProtoMessage() {}
func (*SyncInstallationPublicChat) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{5}
}
func (m *SyncInstallationPublicChat) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncInstallationPublicChat.Unmarshal(m, b)
}
func (m *SyncInstallationPublicChat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncInstallationPublicChat.Marshal(b, m, deterministic)
}
func (m *SyncInstallationPublicChat) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncInstallationPublicChat.Merge(m, src)
}
func (m *SyncInstallationPublicChat) XXX_Size() int {
return xxx_messageInfo_SyncInstallationPublicChat.Size(m)
}
func (m *SyncInstallationPublicChat) XXX_DiscardUnknown() {
xxx_messageInfo_SyncInstallationPublicChat.DiscardUnknown(m)
}
var xxx_messageInfo_SyncInstallationPublicChat proto.InternalMessageInfo
func (m *SyncInstallationPublicChat) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncInstallationPublicChat) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type SyncCommunity struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
PrivateKey []byte `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
Description []byte `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
Joined bool `protobuf:"varint,5,opt,name=joined,proto3" json:"joined,omitempty"`
Verified bool `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"`
Muted bool `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"`
RequestsToJoin []*SyncCommunityRequestsToJoin `protobuf:"bytes,8,rep,name=requests_to_join,json=requestsToJoin,proto3" json:"requests_to_join,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncCommunity) Reset() { *m = SyncCommunity{} }
func (m *SyncCommunity) String() string { return proto.CompactTextString(m) }
func (*SyncCommunity) ProtoMessage() {}
func (*SyncCommunity) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{6}
}
func (m *SyncCommunity) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncCommunity.Unmarshal(m, b)
}
func (m *SyncCommunity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncCommunity.Marshal(b, m, deterministic)
}
func (m *SyncCommunity) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncCommunity.Merge(m, src)
}
func (m *SyncCommunity) XXX_Size() int {
return xxx_messageInfo_SyncCommunity.Size(m)
}
func (m *SyncCommunity) XXX_DiscardUnknown() {
xxx_messageInfo_SyncCommunity.DiscardUnknown(m)
}
var xxx_messageInfo_SyncCommunity proto.InternalMessageInfo
func (m *SyncCommunity) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncCommunity) GetId() []byte {
if m != nil {
return m.Id
}
return nil
}
func (m *SyncCommunity) GetPrivateKey() []byte {
if m != nil {
return m.PrivateKey
}
return nil
}
func (m *SyncCommunity) GetDescription() []byte {
if m != nil {
return m.Description
}
return nil
}
func (m *SyncCommunity) GetJoined() bool {
if m != nil {
return m.Joined
}
return false
}
func (m *SyncCommunity) GetVerified() bool {
if m != nil {
return m.Verified
}
return false
}
func (m *SyncCommunity) GetMuted() bool {
if m != nil {
return m.Muted
}
return false
}
func (m *SyncCommunity) GetRequestsToJoin() []*SyncCommunityRequestsToJoin {
if m != nil {
return m.RequestsToJoin
}
return nil
}
type SyncCommunityRequestsToJoin struct {
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
Clock uint64 `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"`
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
ChatId string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
CommunityId []byte `protobuf:"bytes,6,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
State uint64 `protobuf:"varint,7,opt,name=state,proto3" json:"state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncCommunityRequestsToJoin) Reset() { *m = SyncCommunityRequestsToJoin{} }
func (m *SyncCommunityRequestsToJoin) String() string { return proto.CompactTextString(m) }
func (*SyncCommunityRequestsToJoin) ProtoMessage() {}
func (*SyncCommunityRequestsToJoin) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{7}
}
func (m *SyncCommunityRequestsToJoin) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncCommunityRequestsToJoin.Unmarshal(m, b)
}
func (m *SyncCommunityRequestsToJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncCommunityRequestsToJoin.Marshal(b, m, deterministic)
}
func (m *SyncCommunityRequestsToJoin) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncCommunityRequestsToJoin.Merge(m, src)
}
func (m *SyncCommunityRequestsToJoin) XXX_Size() int {
return xxx_messageInfo_SyncCommunityRequestsToJoin.Size(m)
}
func (m *SyncCommunityRequestsToJoin) XXX_DiscardUnknown() {
xxx_messageInfo_SyncCommunityRequestsToJoin.DiscardUnknown(m)
}
var xxx_messageInfo_SyncCommunityRequestsToJoin proto.InternalMessageInfo
func (m *SyncCommunityRequestsToJoin) GetId() []byte {
if m != nil {
return m.Id
}
return nil
}
func (m *SyncCommunityRequestsToJoin) GetPublicKey() string {
if m != nil {
return m.PublicKey
}
return ""
}
func (m *SyncCommunityRequestsToJoin) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncCommunityRequestsToJoin) GetEnsName() string {
if m != nil {
return m.EnsName
}
return ""
}
func (m *SyncCommunityRequestsToJoin) GetChatId() string {
if m != nil {
return m.ChatId
}
return ""
}
func (m *SyncCommunityRequestsToJoin) GetCommunityId() []byte {
if m != nil {
return m.CommunityId
}
return nil
}
func (m *SyncCommunityRequestsToJoin) GetState() uint64 {
if m != nil {
return m.State
}
return 0
}
type SyncInstallation struct {
Contacts []*SyncInstallationContact `protobuf:"bytes,1,rep,name=contacts,proto3" json:"contacts,omitempty"`
PublicChats []*SyncInstallationPublicChat `protobuf:"bytes,2,rep,name=public_chats,json=publicChats,proto3" json:"public_chats,omitempty"`
Account *SyncInstallationAccount `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
Communities []*SyncCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncInstallation) Reset() { *m = SyncInstallation{} }
func (m *SyncInstallation) String() string { return proto.CompactTextString(m) }
func (*SyncInstallation) ProtoMessage() {}
func (*SyncInstallation) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{8}
}
func (m *SyncInstallation) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncInstallation.Unmarshal(m, b)
}
func (m *SyncInstallation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncInstallation.Marshal(b, m, deterministic)
}
func (m *SyncInstallation) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncInstallation.Merge(m, src)
}
func (m *SyncInstallation) XXX_Size() int {
return xxx_messageInfo_SyncInstallation.Size(m)
}
func (m *SyncInstallation) XXX_DiscardUnknown() {
xxx_messageInfo_SyncInstallation.DiscardUnknown(m)
}
var xxx_messageInfo_SyncInstallation proto.InternalMessageInfo
func (m *SyncInstallation) GetContacts() []*SyncInstallationContact {
if m != nil {
return m.Contacts
}
return nil
}
func (m *SyncInstallation) GetPublicChats() []*SyncInstallationPublicChat {
if m != nil {
return m.PublicChats
}
return nil
}
func (m *SyncInstallation) GetAccount() *SyncInstallationAccount {
if m != nil {
return m.Account
}
return nil
}
func (m *SyncInstallation) GetCommunities() []*SyncCommunity {
if m != nil {
return m.Communities
}
return nil
}
type SyncChatRemoved struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncChatRemoved) Reset() { *m = SyncChatRemoved{} }
func (m *SyncChatRemoved) String() string { return proto.CompactTextString(m) }
func (*SyncChatRemoved) ProtoMessage() {}
func (*SyncChatRemoved) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{9}
}
func (m *SyncChatRemoved) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncChatRemoved.Unmarshal(m, b)
}
func (m *SyncChatRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncChatRemoved.Marshal(b, m, deterministic)
}
func (m *SyncChatRemoved) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncChatRemoved.Merge(m, src)
}
func (m *SyncChatRemoved) XXX_Size() int {
return xxx_messageInfo_SyncChatRemoved.Size(m)
}
func (m *SyncChatRemoved) XXX_DiscardUnknown() {
xxx_messageInfo_SyncChatRemoved.DiscardUnknown(m)
}
var xxx_messageInfo_SyncChatRemoved proto.InternalMessageInfo
func (m *SyncChatRemoved) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncChatRemoved) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type SyncChatMessagesRead struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncChatMessagesRead) Reset() { *m = SyncChatMessagesRead{} }
func (m *SyncChatMessagesRead) String() string { return proto.CompactTextString(m) }
func (*SyncChatMessagesRead) ProtoMessage() {}
func (*SyncChatMessagesRead) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{10}
}
func (m *SyncChatMessagesRead) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncChatMessagesRead.Unmarshal(m, b)
}
func (m *SyncChatMessagesRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncChatMessagesRead.Marshal(b, m, deterministic)
}
func (m *SyncChatMessagesRead) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncChatMessagesRead.Merge(m, src)
}
func (m *SyncChatMessagesRead) XXX_Size() int {
return xxx_messageInfo_SyncChatMessagesRead.Size(m)
}
func (m *SyncChatMessagesRead) XXX_DiscardUnknown() {
xxx_messageInfo_SyncChatMessagesRead.DiscardUnknown(m)
}
var xxx_messageInfo_SyncChatMessagesRead proto.InternalMessageInfo
func (m *SyncChatMessagesRead) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncChatMessagesRead) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type SyncActivityCenterRead struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncActivityCenterRead) Reset() { *m = SyncActivityCenterRead{} }
func (m *SyncActivityCenterRead) String() string { return proto.CompactTextString(m) }
func (*SyncActivityCenterRead) ProtoMessage() {}
func (*SyncActivityCenterRead) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{11}
}
func (m *SyncActivityCenterRead) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncActivityCenterRead.Unmarshal(m, b)
}
func (m *SyncActivityCenterRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncActivityCenterRead.Marshal(b, m, deterministic)
}
func (m *SyncActivityCenterRead) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncActivityCenterRead.Merge(m, src)
}
func (m *SyncActivityCenterRead) XXX_Size() int {
return xxx_messageInfo_SyncActivityCenterRead.Size(m)
}
func (m *SyncActivityCenterRead) XXX_DiscardUnknown() {
xxx_messageInfo_SyncActivityCenterRead.DiscardUnknown(m)
}
var xxx_messageInfo_SyncActivityCenterRead proto.InternalMessageInfo
func (m *SyncActivityCenterRead) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncActivityCenterRead) GetIds() [][]byte {
if m != nil {
return m.Ids
}
return nil
}
type SyncActivityCenterAccepted struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncActivityCenterAccepted) Reset() { *m = SyncActivityCenterAccepted{} }
func (m *SyncActivityCenterAccepted) String() string { return proto.CompactTextString(m) }
func (*SyncActivityCenterAccepted) ProtoMessage() {}
func (*SyncActivityCenterAccepted) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{12}
}
func (m *SyncActivityCenterAccepted) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncActivityCenterAccepted.Unmarshal(m, b)
}
func (m *SyncActivityCenterAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncActivityCenterAccepted.Marshal(b, m, deterministic)
}
func (m *SyncActivityCenterAccepted) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncActivityCenterAccepted.Merge(m, src)
}
func (m *SyncActivityCenterAccepted) XXX_Size() int {
return xxx_messageInfo_SyncActivityCenterAccepted.Size(m)
}
func (m *SyncActivityCenterAccepted) XXX_DiscardUnknown() {
xxx_messageInfo_SyncActivityCenterAccepted.DiscardUnknown(m)
}
var xxx_messageInfo_SyncActivityCenterAccepted proto.InternalMessageInfo
func (m *SyncActivityCenterAccepted) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncActivityCenterAccepted) GetIds() [][]byte {
if m != nil {
return m.Ids
}
return nil
}
type SyncActivityCenterDismissed struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncActivityCenterDismissed) Reset() { *m = SyncActivityCenterDismissed{} }
func (m *SyncActivityCenterDismissed) String() string { return proto.CompactTextString(m) }
func (*SyncActivityCenterDismissed) ProtoMessage() {}
func (*SyncActivityCenterDismissed) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{13}
}
func (m *SyncActivityCenterDismissed) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncActivityCenterDismissed.Unmarshal(m, b)
}
func (m *SyncActivityCenterDismissed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncActivityCenterDismissed.Marshal(b, m, deterministic)
}
func (m *SyncActivityCenterDismissed) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncActivityCenterDismissed.Merge(m, src)
}
func (m *SyncActivityCenterDismissed) XXX_Size() int {
return xxx_messageInfo_SyncActivityCenterDismissed.Size(m)
}
func (m *SyncActivityCenterDismissed) XXX_DiscardUnknown() {
xxx_messageInfo_SyncActivityCenterDismissed.DiscardUnknown(m)
}
var xxx_messageInfo_SyncActivityCenterDismissed proto.InternalMessageInfo
func (m *SyncActivityCenterDismissed) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncActivityCenterDismissed) GetIds() [][]byte {
if m != nil {
return m.Ids
}
return nil
}
type SyncBookmark struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
Removed bool `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncBookmark) Reset() { *m = SyncBookmark{} }
func (m *SyncBookmark) String() string { return proto.CompactTextString(m) }
func (*SyncBookmark) ProtoMessage() {}
func (*SyncBookmark) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{14}
}
func (m *SyncBookmark) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncBookmark.Unmarshal(m, b)
}
func (m *SyncBookmark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncBookmark.Marshal(b, m, deterministic)
}
func (m *SyncBookmark) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncBookmark.Merge(m, src)
}
func (m *SyncBookmark) XXX_Size() int {
return xxx_messageInfo_SyncBookmark.Size(m)
}
func (m *SyncBookmark) XXX_DiscardUnknown() {
xxx_messageInfo_SyncBookmark.DiscardUnknown(m)
}
var xxx_messageInfo_SyncBookmark proto.InternalMessageInfo
func (m *SyncBookmark) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncBookmark) GetUrl() string {
if m != nil {
return m.Url
}
return ""
}
func (m *SyncBookmark) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *SyncBookmark) GetImageUrl() string {
if m != nil {
return m.ImageUrl
}
return ""
}
func (m *SyncBookmark) GetRemoved() bool {
if m != nil {
return m.Removed
}
return false
}
type SyncClearHistory struct {
ChatId string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
ClearedAt uint64 `protobuf:"varint,2,opt,name=cleared_at,json=clearedAt,proto3" json:"cleared_at,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncClearHistory) Reset() { *m = SyncClearHistory{} }
func (m *SyncClearHistory) String() string { return proto.CompactTextString(m) }
func (*SyncClearHistory) ProtoMessage() {}
func (*SyncClearHistory) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{15}
}
func (m *SyncClearHistory) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncClearHistory.Unmarshal(m, b)
}
func (m *SyncClearHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncClearHistory.Marshal(b, m, deterministic)
}
func (m *SyncClearHistory) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncClearHistory.Merge(m, src)
}
func (m *SyncClearHistory) XXX_Size() int {
return xxx_messageInfo_SyncClearHistory.Size(m)
}
func (m *SyncClearHistory) XXX_DiscardUnknown() {
xxx_messageInfo_SyncClearHistory.DiscardUnknown(m)
}
var xxx_messageInfo_SyncClearHistory proto.InternalMessageInfo
func (m *SyncClearHistory) GetChatId() string {
if m != nil {
return m.ChatId
}
return ""
}
func (m *SyncClearHistory) GetClearedAt() uint64 {
if m != nil {
return m.ClearedAt
}
return 0
}
type SyncProfilePicture struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
Width uint32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
Height uint32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
FileSize uint32 `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
ResizeTarget uint32 `protobuf:"varint,6,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
Clock uint64 `protobuf:"varint,7,opt,name=clock,proto3" json:"clock,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncProfilePicture) Reset() { *m = SyncProfilePicture{} }
func (m *SyncProfilePicture) String() string { return proto.CompactTextString(m) }
func (*SyncProfilePicture) ProtoMessage() {}
func (*SyncProfilePicture) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{16}
}
func (m *SyncProfilePicture) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncProfilePicture.Unmarshal(m, b)
}
func (m *SyncProfilePicture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncProfilePicture.Marshal(b, m, deterministic)
}
func (m *SyncProfilePicture) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncProfilePicture.Merge(m, src)
}
func (m *SyncProfilePicture) XXX_Size() int {
return xxx_messageInfo_SyncProfilePicture.Size(m)
}
func (m *SyncProfilePicture) XXX_DiscardUnknown() {
xxx_messageInfo_SyncProfilePicture.DiscardUnknown(m)
}
var xxx_messageInfo_SyncProfilePicture proto.InternalMessageInfo
func (m *SyncProfilePicture) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *SyncProfilePicture) GetPayload() []byte {
if m != nil {
return m.Payload
}
return nil
}
func (m *SyncProfilePicture) GetWidth() uint32 {
if m != nil {
return m.Width
}
return 0
}
func (m *SyncProfilePicture) GetHeight() uint32 {
if m != nil {
return m.Height
}
return 0
}
func (m *SyncProfilePicture) GetFileSize() uint32 {
if m != nil {
return m.FileSize
}
return 0
}
func (m *SyncProfilePicture) GetResizeTarget() uint32 {
if m != nil {
return m.ResizeTarget
}
return 0
}
func (m *SyncProfilePicture) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
type SyncProfilePictures struct {
KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
Pictures []*SyncProfilePicture `protobuf:"bytes,2,rep,name=pictures,proto3" json:"pictures,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncProfilePictures) Reset() { *m = SyncProfilePictures{} }
func (m *SyncProfilePictures) String() string { return proto.CompactTextString(m) }
func (*SyncProfilePictures) ProtoMessage() {}
func (*SyncProfilePictures) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{17}
}
func (m *SyncProfilePictures) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncProfilePictures.Unmarshal(m, b)
}
func (m *SyncProfilePictures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncProfilePictures.Marshal(b, m, deterministic)
}
func (m *SyncProfilePictures) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncProfilePictures.Merge(m, src)
}
func (m *SyncProfilePictures) XXX_Size() int {
return xxx_messageInfo_SyncProfilePictures.Size(m)
}
func (m *SyncProfilePictures) XXX_DiscardUnknown() {
xxx_messageInfo_SyncProfilePictures.DiscardUnknown(m)
}
var xxx_messageInfo_SyncProfilePictures proto.InternalMessageInfo
func (m *SyncProfilePictures) GetKeyUid() string {
if m != nil {
return m.KeyUid
}
return ""
}
func (m *SyncProfilePictures) GetPictures() []*SyncProfilePicture {
if m != nil {
return m.Pictures
}
return nil
}
type SyncWalletAccount struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
Wallet bool `protobuf:"varint,3,opt,name=wallet,proto3" json:"wallet,omitempty"`
Chat bool `protobuf:"varint,4,opt,name=chat,proto3" json:"chat,omitempty"`
Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
Storage string `protobuf:"bytes,6,opt,name=storage,proto3" json:"storage,omitempty"`
Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
PublicKey []byte `protobuf:"bytes,8,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
Color string `protobuf:"bytes,10,opt,name=color,proto3" json:"color,omitempty"`
Hidden bool `protobuf:"varint,11,opt,name=hidden,proto3" json:"hidden,omitempty"`
Removed bool `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncWalletAccount) Reset() { *m = SyncWalletAccount{} }
func (m *SyncWalletAccount) String() string { return proto.CompactTextString(m) }
func (*SyncWalletAccount) ProtoMessage() {}
func (*SyncWalletAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{18}
}
func (m *SyncWalletAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncWalletAccount.Unmarshal(m, b)
}
func (m *SyncWalletAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncWalletAccount.Marshal(b, m, deterministic)
}
func (m *SyncWalletAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncWalletAccount.Merge(m, src)
}
func (m *SyncWalletAccount) XXX_Size() int {
return xxx_messageInfo_SyncWalletAccount.Size(m)
}
func (m *SyncWalletAccount) XXX_DiscardUnknown() {
xxx_messageInfo_SyncWalletAccount.DiscardUnknown(m)
}
var xxx_messageInfo_SyncWalletAccount proto.InternalMessageInfo
func (m *SyncWalletAccount) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncWalletAccount) GetAddress() []byte {
if m != nil {
return m.Address
}
return nil
}
func (m *SyncWalletAccount) GetWallet() bool {
if m != nil {
return m.Wallet
}
return false
}
func (m *SyncWalletAccount) GetChat() bool {
if m != nil {
return m.Chat
}
return false
}
func (m *SyncWalletAccount) GetType() string {
if m != nil {
return m.Type
}
return ""
}
func (m *SyncWalletAccount) GetStorage() string {
if m != nil {
return m.Storage
}
return ""
}
func (m *SyncWalletAccount) GetPath() string {
if m != nil {
return m.Path
}
return ""
}
func (m *SyncWalletAccount) GetPublicKey() []byte {
if m != nil {
return m.PublicKey
}
return nil
}
func (m *SyncWalletAccount) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *SyncWalletAccount) GetColor() string {
if m != nil {
return m.Color
}
return ""
}
func (m *SyncWalletAccount) GetHidden() bool {
if m != nil {
return m.Hidden
}
return false
}
func (m *SyncWalletAccount) GetRemoved() bool {
if m != nil {
return m.Removed
}
return false
}
type SyncWalletAccounts struct {
Accounts []*SyncWalletAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncWalletAccounts) Reset() { *m = SyncWalletAccounts{} }
func (m *SyncWalletAccounts) String() string { return proto.CompactTextString(m) }
func (*SyncWalletAccounts) ProtoMessage() {}
func (*SyncWalletAccounts) Descriptor() ([]byte, []int) {
return fileDescriptor_d61ab7221f0b5518, []int{19}
}
func (m *SyncWalletAccounts) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncWalletAccounts.Unmarshal(m, b)
}
func (m *SyncWalletAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncWalletAccounts.Marshal(b, m, deterministic)
}
func (m *SyncWalletAccounts) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncWalletAccounts.Merge(m, src)
}
func (m *SyncWalletAccounts) XXX_Size() int {
return xxx_messageInfo_SyncWalletAccounts.Size(m)
}
func (m *SyncWalletAccounts) XXX_DiscardUnknown() {
xxx_messageInfo_SyncWalletAccounts.DiscardUnknown(m)
}
var xxx_messageInfo_SyncWalletAccounts proto.InternalMessageInfo
func (m *SyncWalletAccounts) GetAccounts() []*SyncWalletAccount {
if m != nil {
return m.Accounts
}
return nil
}
func init() {
proto.RegisterType((*Backup)(nil), "protobuf.Backup")
proto.RegisterType((*PairInstallation)(nil), "protobuf.PairInstallation")
proto.RegisterType((*SyncInstallationContact)(nil), "protobuf.SyncInstallationContact")
proto.RegisterType((*SyncInstallationContactV2)(nil), "protobuf.SyncInstallationContactV2")
proto.RegisterType((*SyncInstallationAccount)(nil), "protobuf.SyncInstallationAccount")
proto.RegisterType((*SyncInstallationPublicChat)(nil), "protobuf.SyncInstallationPublicChat")
proto.RegisterType((*SyncCommunity)(nil), "protobuf.SyncCommunity")
proto.RegisterType((*SyncCommunityRequestsToJoin)(nil), "protobuf.SyncCommunityRequestsToJoin")
proto.RegisterType((*SyncInstallation)(nil), "protobuf.SyncInstallation")
proto.RegisterType((*SyncChatRemoved)(nil), "protobuf.SyncChatRemoved")
proto.RegisterType((*SyncChatMessagesRead)(nil), "protobuf.SyncChatMessagesRead")
proto.RegisterType((*SyncActivityCenterRead)(nil), "protobuf.SyncActivityCenterRead")
proto.RegisterType((*SyncActivityCenterAccepted)(nil), "protobuf.SyncActivityCenterAccepted")
proto.RegisterType((*SyncActivityCenterDismissed)(nil), "protobuf.SyncActivityCenterDismissed")
proto.RegisterType((*SyncBookmark)(nil), "protobuf.SyncBookmark")
proto.RegisterType((*SyncClearHistory)(nil), "protobuf.SyncClearHistory")
proto.RegisterType((*SyncProfilePicture)(nil), "protobuf.SyncProfilePicture")
proto.RegisterType((*SyncProfilePictures)(nil), "protobuf.SyncProfilePictures")
proto.RegisterType((*SyncWalletAccount)(nil), "protobuf.SyncWalletAccount")
proto.RegisterType((*SyncWalletAccounts)(nil), "protobuf.SyncWalletAccounts")
}
func init() {
proto.RegisterFile("pairing.proto", fileDescriptor_d61ab7221f0b5518)
}
var fileDescriptor_d61ab7221f0b5518 = []byte{
// 1167 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0xcf, 0x72, 0xdc, 0x44,
0x13, 0x2f, 0xed, 0xae, 0x77, 0xb5, 0xbd, 0xbb, 0x8e, 0xbf, 0xf9, 0x52, 0xb1, 0x12, 0x27, 0x95,
0x8d, 0x42, 0x0a, 0x9f, 0x0c, 0x15, 0x0e, 0x81, 0x0a, 0x14, 0xd8, 0x0e, 0x05, 0x0e, 0x24, 0xb8,
0x26, 0x36, 0x54, 0x71, 0x51, 0x8d, 0xa5, 0xf1, 0xee, 0xb0, 0x5a, 0x49, 0x68, 0x46, 0x76, 0x29,
0x37, 0x2e, 0x1c, 0x38, 0xc2, 0x5b, 0xc0, 0x8b, 0x70, 0xe3, 0x3d, 0x78, 0x0a, 0x6a, 0x7a, 0x46,
0xbb, 0x92, 0xcd, 0x3a, 0xa6, 0x38, 0x71, 0xd2, 0xf4, 0x6f, 0x7a, 0x7a, 0xba, 0x7f, 0xd3, 0x7f,
0x04, 0xa3, 0x8c, 0x89, 0x5c, 0x24, 0x93, 0x9d, 0x2c, 0x4f, 0x55, 0x4a, 0x5c, 0xfc, 0x9c, 0x14,
0xa7, 0xfe, 0xaf, 0x0e, 0x74, 0xf7, 0x58, 0x38, 0x2b, 0x32, 0x72, 0x13, 0xd6, 0xc2, 0x38, 0x0d,
0x67, 0x9e, 0x33, 0x76, 0xb6, 0x3b, 0xd4, 0x08, 0x64, 0x1d, 0x5a, 0x22, 0xf2, 0x5a, 0x63, 0x67,
0xbb, 0x4f, 0x5b, 0x22, 0x22, 0x1f, 0x83, 0x1b, 0xa6, 0x89, 0x62, 0xa1, 0x92, 0x5e, 0x7b, 0xdc,
0xde, 0x1e, 0x3c, 0x7e, 0xb8, 0x53, 0x59, 0xdb, 0x79, 0x55, 0x26, 0xe1, 0x41, 0x22, 0x15, 0x8b,
0x63, 0xa6, 0x44, 0x9a, 0xec, 0x1b, 0xcd, 0xaf, 0x1f, 0xd3, 0xc5, 0x21, 0xf2, 0x01, 0x0c, 0xc2,
0x74, 0x3e, 0x2f, 0x12, 0xa1, 0x04, 0x97, 0x5e, 0x07, 0x6d, 0x6c, 0x36, 0x6d, 0xec, 0x5b, 0x85,
0x92, 0xd6, 0x75, 0xfd, 0x1f, 0x1d, 0xd8, 0x38, 0x64, 0x22, 0xaf, 0x5f, 0xb1, 0xc2, 0xed, 0xb7,
0xe1, 0x86, 0xa8, 0x69, 0x05, 0x8b, 0x18, 0xd6, 0xeb, 0xf0, 0x41, 0x44, 0xee, 0xc3, 0x20, 0xe2,
0x67, 0x22, 0xe4, 0x81, 0x2a, 0x33, 0xee, 0xb5, 0x51, 0x09, 0x0c, 0x74, 0x54, 0x66, 0x9c, 0x10,
0xe8, 0x24, 0x6c, 0xce, 0xbd, 0x0e, 0xee, 0xe0, 0xda, 0xff, 0xd3, 0x81, 0xcd, 0x15, 0xb1, 0x5e,
0x93, 0xc6, 0x87, 0x30, 0xca, 0xf2, 0xf4, 0x54, 0xc4, 0x3c, 0x10, 0x73, 0x36, 0xa9, 0x2e, 0x1e,
0x5a, 0xf0, 0x40, 0x63, 0xe4, 0x36, 0xb8, 0x3c, 0x91, 0x41, 0xed, 0xfa, 0x1e, 0x4f, 0xe4, 0x4b,
0x36, 0xe7, 0xe4, 0x01, 0x0c, 0x63, 0x26, 0x55, 0x50, 0x64, 0x11, 0x53, 0x3c, 0xf2, 0xd6, 0xf0,
0xb2, 0x81, 0xc6, 0x8e, 0x0d, 0xa4, 0x23, 0x93, 0xa5, 0x54, 0x7c, 0x1e, 0x28, 0x36, 0x91, 0x5e,
0x77, 0xdc, 0xd6, 0x91, 0x19, 0xe8, 0x88, 0x4d, 0x24, 0x79, 0x04, 0xeb, 0x71, 0x1a, 0xb2, 0x38,
0x48, 0x44, 0x38, 0xc3, 0x4b, 0x7a, 0x78, 0xc9, 0x08, 0xd1, 0x97, 0x16, 0xf4, 0x7f, 0x6a, 0xc3,
0xed, 0x95, 0x0f, 0x4b, 0xde, 0x85, 0x9b, 0x75, 0x47, 0x02, 0x3c, 0x1b, 0x97, 0x36, 0x7a, 0x52,
0x73, 0xe8, 0x4b, 0xb3, 0xf3, 0x1f, 0xa6, 0x42, 0xbf, 0x2d, 0x8b, 0x22, 0x1e, 0x79, 0xfd, 0xb1,
0xb3, 0xed, 0x52, 0x23, 0x10, 0x0f, 0x7a, 0x27, 0xfa, 0x91, 0x79, 0xe4, 0x01, 0xe2, 0x95, 0xa8,
0xf5, 0xe7, 0x85, 0xf6, 0x69, 0x60, 0xf4, 0x51, 0xd0, 0xfa, 0x39, 0x9f, 0xa7, 0x67, 0x3c, 0xf2,
0x86, 0x46, 0xdf, 0x8a, 0x64, 0x0c, 0xc3, 0x29, 0x93, 0x01, 0x9a, 0x0d, 0x0a, 0xe9, 0x8d, 0x70,
0x1b, 0xa6, 0x4c, 0xee, 0x6a, 0xe8, 0x58, 0xfa, 0xe7, 0x97, 0x13, 0x6f, 0x37, 0x0c, 0xd3, 0x22,
0x59, 0x95, 0x78, 0x97, 0xd8, 0x6d, 0xfd, 0x0d, 0xbb, 0x17, 0x29, 0x6c, 0x5f, 0xa2, 0xd0, 0xdf,
0x83, 0x3b, 0x17, 0x2f, 0x3e, 0x2c, 0x4e, 0x62, 0x11, 0xee, 0x4f, 0xd9, 0x35, 0x93, 0xde, 0xff,
0xa5, 0x05, 0xa3, 0x46, 0x79, 0xbf, 0xf1, 0xdc, 0x10, 0x33, 0xe4, 0x3e, 0x0c, 0xb2, 0x5c, 0x9c,
0x31, 0xc5, 0x83, 0x19, 0x2f, 0xd1, 0xbb, 0x21, 0x05, 0x0b, 0x7d, 0xc1, 0x4b, 0x32, 0xd6, 0x45,
0x2c, 0xc3, 0x5c, 0x64, 0xda, 0x2f, 0x4c, 0x90, 0x21, 0xad, 0x43, 0xe4, 0x16, 0x74, 0xbf, 0x4b,
0x45, 0x62, 0xd3, 0xc3, 0xa5, 0x56, 0x22, 0x77, 0xc0, 0x3d, 0xe3, 0xb9, 0x38, 0x15, 0x3c, 0xf2,
0xba, 0xb8, 0xb3, 0x90, 0x97, 0xaf, 0xd7, 0xab, 0xbf, 0xde, 0x57, 0xb0, 0x91, 0xf3, 0xef, 0x0b,
0x2e, 0x95, 0x0c, 0x54, 0x1a, 0x68, 0x3b, 0x9e, 0x8b, 0x4d, 0xec, 0xd1, 0xaa, 0x26, 0x66, 0xd5,
0x8f, 0xd2, 0xe7, 0xa9, 0x48, 0xe8, 0x7a, 0xde, 0x90, 0xfd, 0x3f, 0x1c, 0xd8, 0xba, 0x42, 0xdf,
0xb2, 0xe1, 0x2c, 0xd8, 0xb8, 0x07, 0x90, 0x21, 0xf3, 0x48, 0x86, 0x61, 0xb7, 0x6f, 0x10, 0xcd,
0xc5, 0x82, 0xd2, 0x76, 0x9d, 0xd2, 0x2b, 0xea, 0x67, 0x13, 0x7a, 0xe1, 0x94, 0x29, 0xdd, 0x22,
0xd7, 0x70, 0xa7, 0xab, 0xc5, 0x83, 0x48, 0x67, 0x45, 0xd5, 0x7d, 0x4b, 0xbd, 0xdb, 0x35, 0xb4,
0x2e, 0xb0, 0x03, 0xa4, 0x48, 0x2a, 0xa6, 0x4c, 0xb9, 0x74, 0xa8, 0x11, 0xfc, 0x9f, 0x5b, 0xb0,
0x71, 0x31, 0x59, 0xc8, 0x47, 0xb5, 0xc1, 0xe1, 0x20, 0x5f, 0x0f, 0xde, 0x38, 0x38, 0x6a, 0x63,
0xe3, 0x33, 0x18, 0xda, 0xa8, 0xb5, 0x77, 0xd2, 0x6b, 0xa1, 0x89, 0xb7, 0x56, 0x9b, 0x58, 0x66,
0x27, 0x1d, 0x64, 0x8b, 0xb5, 0x24, 0x4f, 0xa1, 0xc7, 0x4c, 0xc5, 0x20, 0x43, 0x57, 0xba, 0x61,
0x4b, 0x8b, 0x56, 0x27, 0xfe, 0xcd, 0xf0, 0x7a, 0x02, 0x37, 0x70, 0x57, 0x3b, 0x64, 0xcb, 0xfd,
0x7a, 0x55, 0xf3, 0x21, 0xdc, 0xac, 0x0e, 0xbe, 0xe0, 0x52, 0xb2, 0x09, 0x97, 0x94, 0xb3, 0xeb,
0x9e, 0xfe, 0x04, 0x6e, 0xe9, 0xd3, 0xbb, 0xa1, 0x12, 0x67, 0x42, 0x95, 0xfb, 0x3c, 0x51, 0x3c,
0xbf, 0xe2, 0xfc, 0x06, 0xb4, 0x45, 0x64, 0xe8, 0x1d, 0x52, 0xbd, 0xf4, 0x9f, 0x99, 0xca, 0x6f,
0x5a, 0xd8, 0x0d, 0x43, 0x9e, 0x29, 0x7e, 0x7d, 0x2b, 0x9f, 0x9a, 0x24, 0x6f, 0x5a, 0x79, 0x26,
0xe4, 0x5c, 0x48, 0xf9, 0x0f, 0xcc, 0xfc, 0xe0, 0xc0, 0x50, 0xdb, 0xd9, 0x4b, 0xd3, 0xd9, 0x9c,
0xe5, 0xb3, 0xd5, 0x07, 0x8b, 0x3c, 0xb6, 0x34, 0xe8, 0xe5, 0x62, 0x8c, 0xb7, 0x97, 0x63, 0x9c,
0x6c, 0x41, 0x1f, 0x7b, 0x62, 0xa0, 0x75, 0x4d, 0x55, 0xb8, 0x08, 0x1c, 0xe7, 0x71, 0xbd, 0x4b,
0xaf, 0x35, 0xba, 0xb4, 0xff, 0xdc, 0x64, 0xf7, 0x7e, 0xcc, 0x59, 0xfe, 0xb9, 0x90, 0x2a, 0xcd,
0xcb, 0x7a, 0x11, 0x39, 0x8d, 0x22, 0xba, 0x07, 0x10, 0x6a, 0x45, 0x1e, 0x05, 0x4c, 0xa1, 0x43,
0x1d, 0xda, 0xb7, 0xc8, 0xae, 0xf2, 0x7f, 0x77, 0x80, 0x68, 0x63, 0x87, 0xa6, 0x1d, 0x1f, 0x8a,
0x50, 0x15, 0xf9, 0xf2, 0xa7, 0xc3, 0xa9, 0x79, 0xeb, 0x41, 0x2f, 0x63, 0x65, 0x9c, 0xb2, 0xaa,
0x35, 0x56, 0xa2, 0xe6, 0xe0, 0x5c, 0x44, 0x6a, 0x8a, 0xc1, 0x8d, 0xa8, 0x11, 0x74, 0xcb, 0x9b,
0x72, 0x31, 0x99, 0x2a, 0x0c, 0x6d, 0x44, 0xad, 0xa4, 0xa3, 0xc6, 0x71, 0x20, 0xc5, 0x6b, 0x8e,
0xa1, 0x8d, 0xa8, 0xab, 0x81, 0x57, 0xe2, 0x35, 0xd7, 0xe3, 0x22, 0xe7, 0x7a, 0x27, 0x50, 0x2c,
0x9f, 0x70, 0x85, 0x45, 0x3f, 0xa2, 0x43, 0x03, 0x1e, 0x21, 0xb6, 0xe4, 0xbc, 0x57, 0xe3, 0xdc,
0x9f, 0xc2, 0xff, 0x2f, 0x47, 0x22, 0x35, 0x33, 0x33, 0x5e, 0x06, 0xc5, 0x92, 0x99, 0x19, 0x2f,
0x8f, 0x45, 0x44, 0xde, 0x07, 0x37, 0xb3, 0x4a, 0xb6, 0x9a, 0xef, 0x36, 0x0b, 0xa9, 0x69, 0x89,
0x2e, 0xb4, 0xfd, 0xdf, 0x5a, 0xf0, 0x3f, 0xad, 0xf0, 0x0d, 0x8b, 0x63, 0xae, 0xae, 0x9e, 0x7f,
0x1e, 0xf4, 0x58, 0x14, 0xe5, 0x5c, 0xca, 0x8a, 0x35, 0x2b, 0x6a, 0x7e, 0xce, 0xd1, 0x00, 0xd2,
0xe6, 0x52, 0x2b, 0x69, 0xee, 0xf5, 0xdb, 0x21, 0x6b, 0x2e, 0xc5, 0xb5, 0xc6, 0xf0, 0xf7, 0xd0,
0x34, 0x48, 0x5c, 0x6b, 0xcb, 0xfa, 0xed, 0xf5, 0x4c, 0xed, 0x9a, 0x8e, 0x6a, 0x45, 0xad, 0x9d,
0x31, 0x35, 0xb5, 0xff, 0x10, 0xb8, 0x26, 0x77, 0x61, 0xd9, 0xa3, 0x3d, 0x17, 0x3d, 0xa9, 0x35,
0xed, 0xea, 0xbd, 0xfb, 0xb5, 0xf7, 0xd6, 0xf1, 0xa4, 0x71, 0x9a, 0xe3, 0x4f, 0x45, 0x9f, 0x1a,
0x01, 0x5f, 0x55, 0x44, 0x11, 0x4f, 0xec, 0x3f, 0x85, 0x95, 0x56, 0xff, 0x54, 0xf8, 0x2f, 0x4c,
0x86, 0x35, 0xc8, 0x92, 0xe4, 0x09, 0xb8, 0xb6, 0xa9, 0x55, 0xed, 0x78, 0xab, 0xc9, 0x7e, 0x43,
0x9f, 0x2e, 0x94, 0xf7, 0x46, 0xdf, 0x0e, 0x76, 0xde, 0x79, 0x5a, 0xa9, 0x9e, 0x74, 0x71, 0xf5,
0xde, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xab, 0x29, 0x3b, 0xad, 0x62, 0x0c, 0x00, 0x00,
}