signal

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2018 License: Apache-2.0 Imports: 3 Imported by: 18

Documentation

Overview

Package signal is a generated protocol buffer package.

It is generated from these files:

signal/Backups.proto

It has these top-level messages:

SqlStatement
SharedPreference
Attachment
Avatar
DatabaseVersion
Header
BackupFrame

Index

Constants

This section is empty.

Variables

This section is empty.

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"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Attachment) Descriptor

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

func (*Attachment) GetAttachmentId

func (m *Attachment) GetAttachmentId() uint64

func (*Attachment) GetLength

func (m *Attachment) GetLength() uint32

func (*Attachment) GetRowId

func (m *Attachment) GetRowId() uint64

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) Reset

func (m *Attachment) Reset()

func (*Attachment) String

func (m *Attachment) String() string

type Avatar

type Avatar struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Length           *uint32 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Avatar) Descriptor

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

func (*Avatar) GetLength

func (m *Avatar) GetLength() uint32

func (*Avatar) GetName

func (m *Avatar) GetName() string

func (*Avatar) ProtoMessage

func (*Avatar) ProtoMessage()

func (*Avatar) Reset

func (m *Avatar) Reset()

func (*Avatar) String

func (m *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"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*BackupFrame) Descriptor

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

func (*BackupFrame) GetAttachment

func (m *BackupFrame) GetAttachment() *Attachment

func (*BackupFrame) GetAvatar

func (m *BackupFrame) GetAvatar() *Avatar

func (*BackupFrame) GetEnd

func (m *BackupFrame) GetEnd() bool

func (*BackupFrame) GetHeader

func (m *BackupFrame) GetHeader() *Header

func (*BackupFrame) GetPreference

func (m *BackupFrame) GetPreference() *SharedPreference

func (*BackupFrame) GetStatement

func (m *BackupFrame) GetStatement() *SqlStatement

func (*BackupFrame) GetVersion

func (m *BackupFrame) GetVersion() *DatabaseVersion

func (*BackupFrame) ProtoMessage

func (*BackupFrame) ProtoMessage()

func (*BackupFrame) Reset

func (m *BackupFrame) Reset()

func (*BackupFrame) String

func (m *BackupFrame) String() string

type DatabaseVersion

type DatabaseVersion struct {
	Version          *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*DatabaseVersion) Descriptor

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

func (*DatabaseVersion) GetVersion

func (m *DatabaseVersion) GetVersion() uint32

func (*DatabaseVersion) ProtoMessage

func (*DatabaseVersion) ProtoMessage()

func (*DatabaseVersion) Reset

func (m *DatabaseVersion) Reset()

func (*DatabaseVersion) String

func (m *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"`
	XXX_unrecognized []byte `json:"-"`
}

func (*Header) Descriptor

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

func (*Header) GetIv

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

func (*Header) GetSalt

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

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) Reset

func (m *Header) Reset()

func (*Header) String

func (m *Header) 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"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*SharedPreference) Descriptor

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

func (*SharedPreference) GetFile

func (m *SharedPreference) GetFile() string

func (*SharedPreference) GetKey

func (m *SharedPreference) GetKey() string

func (*SharedPreference) GetValue

func (m *SharedPreference) GetValue() string

func (*SharedPreference) ProtoMessage

func (*SharedPreference) ProtoMessage()

func (*SharedPreference) Reset

func (m *SharedPreference) Reset()

func (*SharedPreference) String

func (m *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"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*SqlStatement) Descriptor

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

func (*SqlStatement) GetParameters

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

func (*SqlStatement) GetStatement

func (m *SqlStatement) GetStatement() string

func (*SqlStatement) ProtoMessage

func (*SqlStatement) ProtoMessage()

func (*SqlStatement) Reset

func (m *SqlStatement) Reset()

func (*SqlStatement) String

func (m *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"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*SqlStatement_SqlParameter) Descriptor

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

func (*SqlStatement_SqlParameter) GetBlobParameter

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

func (*SqlStatement_SqlParameter) GetDoubleParameter

func (m *SqlStatement_SqlParameter) GetDoubleParameter() float64

func (*SqlStatement_SqlParameter) GetIntegerParameter

func (m *SqlStatement_SqlParameter) GetIntegerParameter() uint64

func (*SqlStatement_SqlParameter) GetNullparameter

func (m *SqlStatement_SqlParameter) GetNullparameter() bool

func (*SqlStatement_SqlParameter) GetStringParamter

func (m *SqlStatement_SqlParameter) GetStringParamter() string

func (*SqlStatement_SqlParameter) ProtoMessage

func (*SqlStatement_SqlParameter) ProtoMessage()

func (*SqlStatement_SqlParameter) Reset

func (m *SqlStatement_SqlParameter) Reset()

func (*SqlStatement_SqlParameter) String

func (m *SqlStatement_SqlParameter) String() string

Jump to

Keyboard shortcuts

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