signal

package
v1.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_backup_frames_proto protoreflect.FileDescriptor
View Source
var File_backups_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	RowId        *uint64 `protobuf:"varint,1,opt,name=rowId" json:"rowId,omitempty"`
	AttachmentId *uint64 `protobuf:"varint,2,opt,name=attachmentId" json:"attachmentId,omitempty"`
	Length       *uint32 `protobuf:"varint,3,opt,name=length" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*Attachment) Descriptor deprecated

func (*Attachment) Descriptor() ([]byte, []int)

Deprecated: Use Attachment.ProtoReflect.Descriptor instead.

func (*Attachment) GetAttachmentId

func (x *Attachment) GetAttachmentId() uint64

func (*Attachment) GetLength

func (x *Attachment) GetLength() uint32

func (*Attachment) GetRowId

func (x *Attachment) GetRowId() uint64

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) ProtoReflect

func (x *Attachment) ProtoReflect() protoreflect.Message

func (*Attachment) Reset

func (x *Attachment) Reset()

func (*Attachment) String

func (x *Attachment) String() string

type Avatar

type Avatar struct {
	Name        *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	RecipientId *string `protobuf:"bytes,3,opt,name=recipientId" json:"recipientId,omitempty"`
	Length      *uint32 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*Avatar) Descriptor deprecated

func (*Avatar) Descriptor() ([]byte, []int)

Deprecated: Use Avatar.ProtoReflect.Descriptor instead.

func (*Avatar) GetLength

func (x *Avatar) GetLength() uint32

func (*Avatar) GetName

func (x *Avatar) GetName() string

func (*Avatar) GetRecipientId

func (x *Avatar) GetRecipientId() string

func (*Avatar) ProtoMessage

func (*Avatar) ProtoMessage()

func (*Avatar) ProtoReflect

func (x *Avatar) ProtoReflect() protoreflect.Message

func (*Avatar) Reset

func (x *Avatar) Reset()

func (*Avatar) String

func (x *Avatar) String() string

type BackupFrame

type BackupFrame struct {
	Header     *Header           `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"`
	Statement  *SqlStatement     `protobuf:"bytes,2,opt,name=statement" json:"statement,omitempty"`
	Preference *SharedPreference `protobuf:"bytes,3,opt,name=preference" json:"preference,omitempty"`
	Attachment *Attachment       `protobuf:"bytes,4,opt,name=attachment" json:"attachment,omitempty"`
	Version    *DatabaseVersion  `protobuf:"bytes,5,opt,name=version" json:"version,omitempty"`
	End        *bool             `protobuf:"varint,6,opt,name=end" json:"end,omitempty"`
	Avatar     *Avatar           `protobuf:"bytes,7,opt,name=avatar" json:"avatar,omitempty"`
	Sticker    *Sticker          `protobuf:"bytes,8,opt,name=sticker" json:"sticker,omitempty"`
	KeyValue   *KeyValue         `protobuf:"bytes,9,opt,name=keyValue" json:"keyValue,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupFrame) Descriptor deprecated

func (*BackupFrame) Descriptor() ([]byte, []int)

Deprecated: Use BackupFrame.ProtoReflect.Descriptor instead.

func (*BackupFrame) GetAttachment

func (x *BackupFrame) GetAttachment() *Attachment

func (*BackupFrame) GetAvatar

func (x *BackupFrame) GetAvatar() *Avatar

func (*BackupFrame) GetEnd

func (x *BackupFrame) GetEnd() bool

func (*BackupFrame) GetHeader

func (x *BackupFrame) GetHeader() *Header

func (*BackupFrame) GetKeyValue

func (x *BackupFrame) GetKeyValue() *KeyValue

func (*BackupFrame) GetPreference

func (x *BackupFrame) GetPreference() *SharedPreference

func (*BackupFrame) GetStatement

func (x *BackupFrame) GetStatement() *SqlStatement

func (*BackupFrame) GetSticker

func (x *BackupFrame) GetSticker() *Sticker

func (*BackupFrame) GetVersion

func (x *BackupFrame) GetVersion() *DatabaseVersion

func (*BackupFrame) ProtoMessage

func (*BackupFrame) ProtoMessage()

func (*BackupFrame) ProtoReflect

func (x *BackupFrame) ProtoReflect() protoreflect.Message

func (*BackupFrame) Reset

func (x *BackupFrame) Reset()

func (*BackupFrame) String

func (x *BackupFrame) String() string

type BackupFrames

type BackupFrames struct {
	Frames []*BackupFrame `protobuf:"bytes,1,rep,name=frames" json:"frames,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupFrames) Descriptor deprecated

func (*BackupFrames) Descriptor() ([]byte, []int)

Deprecated: Use BackupFrames.ProtoReflect.Descriptor instead.

func (*BackupFrames) GetFrames

func (x *BackupFrames) GetFrames() []*BackupFrame

func (*BackupFrames) ProtoMessage

func (*BackupFrames) ProtoMessage()

func (*BackupFrames) ProtoReflect

func (x *BackupFrames) ProtoReflect() protoreflect.Message

func (*BackupFrames) Reset

func (x *BackupFrames) Reset()

func (*BackupFrames) String

func (x *BackupFrames) String() string

type DatabaseVersion

type DatabaseVersion struct {
	Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseVersion) Descriptor deprecated

func (*DatabaseVersion) Descriptor() ([]byte, []int)

Deprecated: Use DatabaseVersion.ProtoReflect.Descriptor instead.

func (*DatabaseVersion) GetVersion

func (x *DatabaseVersion) GetVersion() uint32

func (*DatabaseVersion) ProtoMessage

func (*DatabaseVersion) ProtoMessage()

func (*DatabaseVersion) ProtoReflect

func (x *DatabaseVersion) ProtoReflect() protoreflect.Message

func (*DatabaseVersion) Reset

func (x *DatabaseVersion) Reset()

func (*DatabaseVersion) String

func (x *DatabaseVersion) String() string
type Header struct {
	Iv   []byte `protobuf:"bytes,1,opt,name=iv" json:"iv,omitempty"`
	Salt []byte `protobuf:"bytes,2,opt,name=salt" json:"salt,omitempty"`
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

func (*Header) Descriptor() ([]byte, []int)

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetIv

func (x *Header) GetIv() []byte

func (*Header) GetSalt

func (x *Header) GetSalt() []byte

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

func (x *Header) ProtoReflect() protoreflect.Message

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type KeyValue

type KeyValue struct {
	Key          *string  `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	BlobValue    []byte   `protobuf:"bytes,2,opt,name=blobValue" json:"blobValue,omitempty"`
	BooleanValue *bool    `protobuf:"varint,3,opt,name=booleanValue" json:"booleanValue,omitempty"`
	FloatValue   *float32 `protobuf:"fixed32,4,opt,name=floatValue" json:"floatValue,omitempty"`
	IntegerValue *int32   `protobuf:"varint,5,opt,name=integerValue" json:"integerValue,omitempty"`
	LongValue    *int64   `protobuf:"varint,6,opt,name=longValue" json:"longValue,omitempty"`
	StringValue  *string  `protobuf:"bytes,7,opt,name=stringValue" json:"stringValue,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

func (*KeyValue) Descriptor() ([]byte, []int)

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetBlobValue

func (x *KeyValue) GetBlobValue() []byte

func (*KeyValue) GetBooleanValue

func (x *KeyValue) GetBooleanValue() bool

func (*KeyValue) GetFloatValue

func (x *KeyValue) GetFloatValue() float32

func (*KeyValue) GetIntegerValue

func (x *KeyValue) GetIntegerValue() int32

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() string

func (*KeyValue) GetLongValue

func (x *KeyValue) GetLongValue() int64

func (*KeyValue) GetStringValue

func (x *KeyValue) GetStringValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

func (x *KeyValue) ProtoReflect() protoreflect.Message

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type SharedPreference

type SharedPreference struct {
	File             *string  `protobuf:"bytes,1,opt,name=file" json:"file,omitempty"`
	Key              *string  `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	Value            *string  `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	BooleanValue     *bool    `protobuf:"varint,4,opt,name=booleanValue" json:"booleanValue,omitempty"`
	StringSetValue   []string `protobuf:"bytes,5,rep,name=stringSetValue" json:"stringSetValue,omitempty"`
	IsStringSetValue *bool    `protobuf:"varint,6,opt,name=isStringSetValue" json:"isStringSetValue,omitempty"`
	// contains filtered or unexported fields
}

func (*SharedPreference) Descriptor deprecated

func (*SharedPreference) Descriptor() ([]byte, []int)

Deprecated: Use SharedPreference.ProtoReflect.Descriptor instead.

func (*SharedPreference) GetBooleanValue

func (x *SharedPreference) GetBooleanValue() bool

func (*SharedPreference) GetFile

func (x *SharedPreference) GetFile() string

func (*SharedPreference) GetIsStringSetValue

func (x *SharedPreference) GetIsStringSetValue() bool

func (*SharedPreference) GetKey

func (x *SharedPreference) GetKey() string

func (*SharedPreference) GetStringSetValue

func (x *SharedPreference) GetStringSetValue() []string

func (*SharedPreference) GetValue

func (x *SharedPreference) GetValue() string

func (*SharedPreference) ProtoMessage

func (*SharedPreference) ProtoMessage()

func (*SharedPreference) ProtoReflect

func (x *SharedPreference) ProtoReflect() protoreflect.Message

func (*SharedPreference) Reset

func (x *SharedPreference) Reset()

func (*SharedPreference) String

func (x *SharedPreference) String() string

type SqlStatement

type SqlStatement struct {
	Statement  *string                      `protobuf:"bytes,1,opt,name=statement" json:"statement,omitempty"`
	Parameters []*SqlStatement_SqlParameter `protobuf:"bytes,2,rep,name=parameters" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*SqlStatement) Descriptor deprecated

func (*SqlStatement) Descriptor() ([]byte, []int)

Deprecated: Use SqlStatement.ProtoReflect.Descriptor instead.

func (*SqlStatement) GetParameters

func (x *SqlStatement) GetParameters() []*SqlStatement_SqlParameter

func (*SqlStatement) GetStatement

func (x *SqlStatement) GetStatement() string

func (*SqlStatement) ProtoMessage

func (*SqlStatement) ProtoMessage()

func (*SqlStatement) ProtoReflect

func (x *SqlStatement) ProtoReflect() protoreflect.Message

func (*SqlStatement) Reset

func (x *SqlStatement) Reset()

func (*SqlStatement) String

func (x *SqlStatement) String() string

type SqlStatement_SqlParameter

type SqlStatement_SqlParameter struct {
	StringParamter   *string  `protobuf:"bytes,1,opt,name=stringParamter" json:"stringParamter,omitempty"`
	IntegerParameter *uint64  `protobuf:"varint,2,opt,name=integerParameter" json:"integerParameter,omitempty"`
	DoubleParameter  *float64 `protobuf:"fixed64,3,opt,name=doubleParameter" json:"doubleParameter,omitempty"`
	BlobParameter    []byte   `protobuf:"bytes,4,opt,name=blobParameter" json:"blobParameter,omitempty"`
	Nullparameter    *bool    `protobuf:"varint,5,opt,name=nullparameter" json:"nullparameter,omitempty"`
	// contains filtered or unexported fields
}

func (*SqlStatement_SqlParameter) Descriptor deprecated

func (*SqlStatement_SqlParameter) Descriptor() ([]byte, []int)

Deprecated: Use SqlStatement_SqlParameter.ProtoReflect.Descriptor instead.

func (*SqlStatement_SqlParameter) GetBlobParameter

func (x *SqlStatement_SqlParameter) GetBlobParameter() []byte

func (*SqlStatement_SqlParameter) GetDoubleParameter

func (x *SqlStatement_SqlParameter) GetDoubleParameter() float64

func (*SqlStatement_SqlParameter) GetIntegerParameter

func (x *SqlStatement_SqlParameter) GetIntegerParameter() uint64

func (*SqlStatement_SqlParameter) GetNullparameter

func (x *SqlStatement_SqlParameter) GetNullparameter() bool

func (*SqlStatement_SqlParameter) GetStringParamter

func (x *SqlStatement_SqlParameter) GetStringParamter() string

func (*SqlStatement_SqlParameter) ProtoMessage

func (*SqlStatement_SqlParameter) ProtoMessage()

func (*SqlStatement_SqlParameter) ProtoReflect

func (*SqlStatement_SqlParameter) Reset

func (x *SqlStatement_SqlParameter) Reset()

func (*SqlStatement_SqlParameter) String

func (x *SqlStatement_SqlParameter) String() string

type Sticker

type Sticker struct {
	RowId  *uint64 `protobuf:"varint,1,opt,name=rowId" json:"rowId,omitempty"`
	Length *uint32 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*Sticker) Descriptor deprecated

func (*Sticker) Descriptor() ([]byte, []int)

Deprecated: Use Sticker.ProtoReflect.Descriptor instead.

func (*Sticker) GetLength

func (x *Sticker) GetLength() uint32

func (*Sticker) GetRowId

func (x *Sticker) GetRowId() uint64

func (*Sticker) ProtoMessage

func (*Sticker) ProtoMessage()

func (*Sticker) ProtoReflect

func (x *Sticker) ProtoReflect() protoreflect.Message

func (*Sticker) Reset

func (x *Sticker) Reset()

func (*Sticker) String

func (x *Sticker) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL