Documentation ¶
Index ¶
- type ApplySchemaRequest
- func (*ApplySchemaRequest) Descriptor() ([]byte, []int)
- func (m *ApplySchemaRequest) GetAfterSchema() *SchemaDefinition
- func (m *ApplySchemaRequest) GetAllowReplication() bool
- func (m *ApplySchemaRequest) GetBeforeSchema() *SchemaDefinition
- func (m *ApplySchemaRequest) GetForce() bool
- func (m *ApplySchemaRequest) GetSql() string
- func (*ApplySchemaRequest) ProtoMessage()
- func (m *ApplySchemaRequest) Reset()
- func (m *ApplySchemaRequest) String() string
- func (m *ApplySchemaRequest) XXX_DiscardUnknown()
- func (m *ApplySchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplySchemaRequest) XXX_Merge(src proto.Message)
- func (m *ApplySchemaRequest) XXX_Size() int
- func (m *ApplySchemaRequest) XXX_Unmarshal(b []byte) error
- type ApplySchemaResponse
- func (*ApplySchemaResponse) Descriptor() ([]byte, []int)
- func (m *ApplySchemaResponse) GetAfterSchema() *SchemaDefinition
- func (m *ApplySchemaResponse) GetBeforeSchema() *SchemaDefinition
- func (*ApplySchemaResponse) ProtoMessage()
- func (m *ApplySchemaResponse) Reset()
- func (m *ApplySchemaResponse) String() string
- func (m *ApplySchemaResponse) XXX_DiscardUnknown()
- func (m *ApplySchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ApplySchemaResponse) XXX_Merge(src proto.Message)
- func (m *ApplySchemaResponse) XXX_Size() int
- func (m *ApplySchemaResponse) XXX_Unmarshal(b []byte) error
- type BackupRequest
- func (*BackupRequest) Descriptor() ([]byte, []int)
- func (m *BackupRequest) GetConcurrency() int64
- func (*BackupRequest) ProtoMessage()
- func (m *BackupRequest) Reset()
- func (m *BackupRequest) String() string
- func (m *BackupRequest) XXX_DiscardUnknown()
- func (m *BackupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BackupRequest) XXX_Merge(src proto.Message)
- func (m *BackupRequest) XXX_Size() int
- func (m *BackupRequest) XXX_Unmarshal(b []byte) error
- type BackupResponse
- func (*BackupResponse) Descriptor() ([]byte, []int)
- func (m *BackupResponse) GetEvent() *logutil.Event
- func (*BackupResponse) ProtoMessage()
- func (m *BackupResponse) Reset()
- func (m *BackupResponse) String() string
- func (m *BackupResponse) XXX_DiscardUnknown()
- func (m *BackupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BackupResponse) XXX_Merge(src proto.Message)
- func (m *BackupResponse) XXX_Size() int
- func (m *BackupResponse) XXX_Unmarshal(b []byte) error
- type ChangeTypeRequest
- func (*ChangeTypeRequest) Descriptor() ([]byte, []int)
- func (m *ChangeTypeRequest) GetTabletType() topodata.TabletType
- func (*ChangeTypeRequest) ProtoMessage()
- func (m *ChangeTypeRequest) Reset()
- func (m *ChangeTypeRequest) String() string
- func (m *ChangeTypeRequest) XXX_DiscardUnknown()
- func (m *ChangeTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ChangeTypeRequest) XXX_Merge(src proto.Message)
- func (m *ChangeTypeRequest) XXX_Size() int
- func (m *ChangeTypeRequest) XXX_Unmarshal(b []byte) error
- type ChangeTypeResponse
- func (*ChangeTypeResponse) Descriptor() ([]byte, []int)
- func (*ChangeTypeResponse) ProtoMessage()
- func (m *ChangeTypeResponse) Reset()
- func (m *ChangeTypeResponse) String() string
- func (m *ChangeTypeResponse) XXX_DiscardUnknown()
- func (m *ChangeTypeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ChangeTypeResponse) XXX_Merge(src proto.Message)
- func (m *ChangeTypeResponse) XXX_Size() int
- func (m *ChangeTypeResponse) XXX_Unmarshal(b []byte) error
- type DbPermission
- func (*DbPermission) Descriptor() ([]byte, []int)
- func (m *DbPermission) GetDb() string
- func (m *DbPermission) GetHost() string
- func (m *DbPermission) GetPrivileges() map[string]string
- func (m *DbPermission) GetUser() string
- func (*DbPermission) ProtoMessage()
- func (m *DbPermission) Reset()
- func (m *DbPermission) String() string
- func (m *DbPermission) XXX_DiscardUnknown()
- func (m *DbPermission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DbPermission) XXX_Merge(src proto.Message)
- func (m *DbPermission) XXX_Size() int
- func (m *DbPermission) XXX_Unmarshal(b []byte) error
- type DemoteMasterRequest
- func (*DemoteMasterRequest) Descriptor() ([]byte, []int)
- func (*DemoteMasterRequest) ProtoMessage()
- func (m *DemoteMasterRequest) Reset()
- func (m *DemoteMasterRequest) String() string
- func (m *DemoteMasterRequest) XXX_DiscardUnknown()
- func (m *DemoteMasterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DemoteMasterRequest) XXX_Merge(src proto.Message)
- func (m *DemoteMasterRequest) XXX_Size() int
- func (m *DemoteMasterRequest) XXX_Unmarshal(b []byte) error
- type DemoteMasterResponse
- func (*DemoteMasterResponse) Descriptor() ([]byte, []int)
- func (m *DemoteMasterResponse) GetPosition() string
- func (*DemoteMasterResponse) ProtoMessage()
- func (m *DemoteMasterResponse) Reset()
- func (m *DemoteMasterResponse) String() string
- func (m *DemoteMasterResponse) XXX_DiscardUnknown()
- func (m *DemoteMasterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DemoteMasterResponse) XXX_Merge(src proto.Message)
- func (m *DemoteMasterResponse) XXX_Size() int
- func (m *DemoteMasterResponse) XXX_Unmarshal(b []byte) error
- type ExecuteFetchAsAllPrivsRequest
- func (*ExecuteFetchAsAllPrivsRequest) Descriptor() ([]byte, []int)
- func (m *ExecuteFetchAsAllPrivsRequest) GetDbName() string
- func (m *ExecuteFetchAsAllPrivsRequest) GetMaxRows() uint64
- func (m *ExecuteFetchAsAllPrivsRequest) GetQuery() []byte
- func (m *ExecuteFetchAsAllPrivsRequest) GetReloadSchema() bool
- func (*ExecuteFetchAsAllPrivsRequest) ProtoMessage()
- func (m *ExecuteFetchAsAllPrivsRequest) Reset()
- func (m *ExecuteFetchAsAllPrivsRequest) String() string
- func (m *ExecuteFetchAsAllPrivsRequest) XXX_DiscardUnknown()
- func (m *ExecuteFetchAsAllPrivsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteFetchAsAllPrivsRequest) XXX_Merge(src proto.Message)
- func (m *ExecuteFetchAsAllPrivsRequest) XXX_Size() int
- func (m *ExecuteFetchAsAllPrivsRequest) XXX_Unmarshal(b []byte) error
- type ExecuteFetchAsAllPrivsResponse
- func (*ExecuteFetchAsAllPrivsResponse) Descriptor() ([]byte, []int)
- func (m *ExecuteFetchAsAllPrivsResponse) GetResult() *query.QueryResult
- func (*ExecuteFetchAsAllPrivsResponse) ProtoMessage()
- func (m *ExecuteFetchAsAllPrivsResponse) Reset()
- func (m *ExecuteFetchAsAllPrivsResponse) String() string
- func (m *ExecuteFetchAsAllPrivsResponse) XXX_DiscardUnknown()
- func (m *ExecuteFetchAsAllPrivsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteFetchAsAllPrivsResponse) XXX_Merge(src proto.Message)
- func (m *ExecuteFetchAsAllPrivsResponse) XXX_Size() int
- func (m *ExecuteFetchAsAllPrivsResponse) XXX_Unmarshal(b []byte) error
- type ExecuteFetchAsAppRequest
- func (*ExecuteFetchAsAppRequest) Descriptor() ([]byte, []int)
- func (m *ExecuteFetchAsAppRequest) GetMaxRows() uint64
- func (m *ExecuteFetchAsAppRequest) GetQuery() []byte
- func (*ExecuteFetchAsAppRequest) ProtoMessage()
- func (m *ExecuteFetchAsAppRequest) Reset()
- func (m *ExecuteFetchAsAppRequest) String() string
- func (m *ExecuteFetchAsAppRequest) XXX_DiscardUnknown()
- func (m *ExecuteFetchAsAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteFetchAsAppRequest) XXX_Merge(src proto.Message)
- func (m *ExecuteFetchAsAppRequest) XXX_Size() int
- func (m *ExecuteFetchAsAppRequest) XXX_Unmarshal(b []byte) error
- type ExecuteFetchAsAppResponse
- func (*ExecuteFetchAsAppResponse) Descriptor() ([]byte, []int)
- func (m *ExecuteFetchAsAppResponse) GetResult() *query.QueryResult
- func (*ExecuteFetchAsAppResponse) ProtoMessage()
- func (m *ExecuteFetchAsAppResponse) Reset()
- func (m *ExecuteFetchAsAppResponse) String() string
- func (m *ExecuteFetchAsAppResponse) XXX_DiscardUnknown()
- func (m *ExecuteFetchAsAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteFetchAsAppResponse) XXX_Merge(src proto.Message)
- func (m *ExecuteFetchAsAppResponse) XXX_Size() int
- func (m *ExecuteFetchAsAppResponse) XXX_Unmarshal(b []byte) error
- type ExecuteFetchAsDbaRequest
- func (*ExecuteFetchAsDbaRequest) Descriptor() ([]byte, []int)
- func (m *ExecuteFetchAsDbaRequest) GetDbName() string
- func (m *ExecuteFetchAsDbaRequest) GetDisableBinlogs() bool
- func (m *ExecuteFetchAsDbaRequest) GetMaxRows() uint64
- func (m *ExecuteFetchAsDbaRequest) GetQuery() []byte
- func (m *ExecuteFetchAsDbaRequest) GetReloadSchema() bool
- func (*ExecuteFetchAsDbaRequest) ProtoMessage()
- func (m *ExecuteFetchAsDbaRequest) Reset()
- func (m *ExecuteFetchAsDbaRequest) String() string
- func (m *ExecuteFetchAsDbaRequest) XXX_DiscardUnknown()
- func (m *ExecuteFetchAsDbaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteFetchAsDbaRequest) XXX_Merge(src proto.Message)
- func (m *ExecuteFetchAsDbaRequest) XXX_Size() int
- func (m *ExecuteFetchAsDbaRequest) XXX_Unmarshal(b []byte) error
- type ExecuteFetchAsDbaResponse
- func (*ExecuteFetchAsDbaResponse) Descriptor() ([]byte, []int)
- func (m *ExecuteFetchAsDbaResponse) GetResult() *query.QueryResult
- func (*ExecuteFetchAsDbaResponse) ProtoMessage()
- func (m *ExecuteFetchAsDbaResponse) Reset()
- func (m *ExecuteFetchAsDbaResponse) String() string
- func (m *ExecuteFetchAsDbaResponse) XXX_DiscardUnknown()
- func (m *ExecuteFetchAsDbaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteFetchAsDbaResponse) XXX_Merge(src proto.Message)
- func (m *ExecuteFetchAsDbaResponse) XXX_Size() int
- func (m *ExecuteFetchAsDbaResponse) XXX_Unmarshal(b []byte) error
- type ExecuteHookRequest
- func (*ExecuteHookRequest) Descriptor() ([]byte, []int)
- func (m *ExecuteHookRequest) GetExtraEnv() map[string]string
- func (m *ExecuteHookRequest) GetName() string
- func (m *ExecuteHookRequest) GetParameters() []string
- func (*ExecuteHookRequest) ProtoMessage()
- func (m *ExecuteHookRequest) Reset()
- func (m *ExecuteHookRequest) String() string
- func (m *ExecuteHookRequest) XXX_DiscardUnknown()
- func (m *ExecuteHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteHookRequest) XXX_Merge(src proto.Message)
- func (m *ExecuteHookRequest) XXX_Size() int
- func (m *ExecuteHookRequest) XXX_Unmarshal(b []byte) error
- type ExecuteHookResponse
- func (*ExecuteHookResponse) Descriptor() ([]byte, []int)
- func (m *ExecuteHookResponse) GetExitStatus() int64
- func (m *ExecuteHookResponse) GetStderr() string
- func (m *ExecuteHookResponse) GetStdout() string
- func (*ExecuteHookResponse) ProtoMessage()
- func (m *ExecuteHookResponse) Reset()
- func (m *ExecuteHookResponse) String() string
- func (m *ExecuteHookResponse) XXX_DiscardUnknown()
- func (m *ExecuteHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteHookResponse) XXX_Merge(src proto.Message)
- func (m *ExecuteHookResponse) XXX_Size() int
- func (m *ExecuteHookResponse) XXX_Unmarshal(b []byte) error
- type GetPermissionsRequest
- func (*GetPermissionsRequest) Descriptor() ([]byte, []int)
- func (*GetPermissionsRequest) ProtoMessage()
- func (m *GetPermissionsRequest) Reset()
- func (m *GetPermissionsRequest) String() string
- func (m *GetPermissionsRequest) XXX_DiscardUnknown()
- func (m *GetPermissionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetPermissionsRequest) XXX_Merge(src proto.Message)
- func (m *GetPermissionsRequest) XXX_Size() int
- func (m *GetPermissionsRequest) XXX_Unmarshal(b []byte) error
- type GetPermissionsResponse
- func (*GetPermissionsResponse) Descriptor() ([]byte, []int)
- func (m *GetPermissionsResponse) GetPermissions() *Permissions
- func (*GetPermissionsResponse) ProtoMessage()
- func (m *GetPermissionsResponse) Reset()
- func (m *GetPermissionsResponse) String() string
- func (m *GetPermissionsResponse) XXX_DiscardUnknown()
- func (m *GetPermissionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetPermissionsResponse) XXX_Merge(src proto.Message)
- func (m *GetPermissionsResponse) XXX_Size() int
- func (m *GetPermissionsResponse) XXX_Unmarshal(b []byte) error
- type GetSchemaRequest
- func (*GetSchemaRequest) Descriptor() ([]byte, []int)
- func (m *GetSchemaRequest) GetExcludeTables() []string
- func (m *GetSchemaRequest) GetIncludeViews() bool
- func (m *GetSchemaRequest) GetTables() []string
- func (*GetSchemaRequest) ProtoMessage()
- func (m *GetSchemaRequest) Reset()
- func (m *GetSchemaRequest) String() string
- func (m *GetSchemaRequest) XXX_DiscardUnknown()
- func (m *GetSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetSchemaRequest) XXX_Merge(src proto.Message)
- func (m *GetSchemaRequest) XXX_Size() int
- func (m *GetSchemaRequest) XXX_Unmarshal(b []byte) error
- type GetSchemaResponse
- func (*GetSchemaResponse) Descriptor() ([]byte, []int)
- func (m *GetSchemaResponse) GetSchemaDefinition() *SchemaDefinition
- func (*GetSchemaResponse) ProtoMessage()
- func (m *GetSchemaResponse) Reset()
- func (m *GetSchemaResponse) String() string
- func (m *GetSchemaResponse) XXX_DiscardUnknown()
- func (m *GetSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetSchemaResponse) XXX_Merge(src proto.Message)
- func (m *GetSchemaResponse) XXX_Size() int
- func (m *GetSchemaResponse) XXX_Unmarshal(b []byte) error
- type GetSlavesRequest
- func (*GetSlavesRequest) Descriptor() ([]byte, []int)
- func (*GetSlavesRequest) ProtoMessage()
- func (m *GetSlavesRequest) Reset()
- func (m *GetSlavesRequest) String() string
- func (m *GetSlavesRequest) XXX_DiscardUnknown()
- func (m *GetSlavesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetSlavesRequest) XXX_Merge(src proto.Message)
- func (m *GetSlavesRequest) XXX_Size() int
- func (m *GetSlavesRequest) XXX_Unmarshal(b []byte) error
- type GetSlavesResponse
- func (*GetSlavesResponse) Descriptor() ([]byte, []int)
- func (m *GetSlavesResponse) GetAddrs() []string
- func (*GetSlavesResponse) ProtoMessage()
- func (m *GetSlavesResponse) Reset()
- func (m *GetSlavesResponse) String() string
- func (m *GetSlavesResponse) XXX_DiscardUnknown()
- func (m *GetSlavesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetSlavesResponse) XXX_Merge(src proto.Message)
- func (m *GetSlavesResponse) XXX_Size() int
- func (m *GetSlavesResponse) XXX_Unmarshal(b []byte) error
- type IgnoreHealthErrorRequest
- func (*IgnoreHealthErrorRequest) Descriptor() ([]byte, []int)
- func (m *IgnoreHealthErrorRequest) GetPattern() string
- func (*IgnoreHealthErrorRequest) ProtoMessage()
- func (m *IgnoreHealthErrorRequest) Reset()
- func (m *IgnoreHealthErrorRequest) String() string
- func (m *IgnoreHealthErrorRequest) XXX_DiscardUnknown()
- func (m *IgnoreHealthErrorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IgnoreHealthErrorRequest) XXX_Merge(src proto.Message)
- func (m *IgnoreHealthErrorRequest) XXX_Size() int
- func (m *IgnoreHealthErrorRequest) XXX_Unmarshal(b []byte) error
- type IgnoreHealthErrorResponse
- func (*IgnoreHealthErrorResponse) Descriptor() ([]byte, []int)
- func (*IgnoreHealthErrorResponse) ProtoMessage()
- func (m *IgnoreHealthErrorResponse) Reset()
- func (m *IgnoreHealthErrorResponse) String() string
- func (m *IgnoreHealthErrorResponse) XXX_DiscardUnknown()
- func (m *IgnoreHealthErrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IgnoreHealthErrorResponse) XXX_Merge(src proto.Message)
- func (m *IgnoreHealthErrorResponse) XXX_Size() int
- func (m *IgnoreHealthErrorResponse) XXX_Unmarshal(b []byte) error
- type InitMasterRequest
- func (*InitMasterRequest) Descriptor() ([]byte, []int)
- func (*InitMasterRequest) ProtoMessage()
- func (m *InitMasterRequest) Reset()
- func (m *InitMasterRequest) String() string
- func (m *InitMasterRequest) XXX_DiscardUnknown()
- func (m *InitMasterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InitMasterRequest) XXX_Merge(src proto.Message)
- func (m *InitMasterRequest) XXX_Size() int
- func (m *InitMasterRequest) XXX_Unmarshal(b []byte) error
- type InitMasterResponse
- func (*InitMasterResponse) Descriptor() ([]byte, []int)
- func (m *InitMasterResponse) GetPosition() string
- func (*InitMasterResponse) ProtoMessage()
- func (m *InitMasterResponse) Reset()
- func (m *InitMasterResponse) String() string
- func (m *InitMasterResponse) XXX_DiscardUnknown()
- func (m *InitMasterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InitMasterResponse) XXX_Merge(src proto.Message)
- func (m *InitMasterResponse) XXX_Size() int
- func (m *InitMasterResponse) XXX_Unmarshal(b []byte) error
- type InitSlaveRequest
- func (*InitSlaveRequest) Descriptor() ([]byte, []int)
- func (m *InitSlaveRequest) GetParent() *topodata.TabletAlias
- func (m *InitSlaveRequest) GetReplicationPosition() string
- func (m *InitSlaveRequest) GetTimeCreatedNs() int64
- func (*InitSlaveRequest) ProtoMessage()
- func (m *InitSlaveRequest) Reset()
- func (m *InitSlaveRequest) String() string
- func (m *InitSlaveRequest) XXX_DiscardUnknown()
- func (m *InitSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InitSlaveRequest) XXX_Merge(src proto.Message)
- func (m *InitSlaveRequest) XXX_Size() int
- func (m *InitSlaveRequest) XXX_Unmarshal(b []byte) error
- type InitSlaveResponse
- func (*InitSlaveResponse) Descriptor() ([]byte, []int)
- func (*InitSlaveResponse) ProtoMessage()
- func (m *InitSlaveResponse) Reset()
- func (m *InitSlaveResponse) String() string
- func (m *InitSlaveResponse) XXX_DiscardUnknown()
- func (m *InitSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InitSlaveResponse) XXX_Merge(src proto.Message)
- func (m *InitSlaveResponse) XXX_Size() int
- func (m *InitSlaveResponse) XXX_Unmarshal(b []byte) error
- type MasterPositionRequest
- func (*MasterPositionRequest) Descriptor() ([]byte, []int)
- func (*MasterPositionRequest) ProtoMessage()
- func (m *MasterPositionRequest) Reset()
- func (m *MasterPositionRequest) String() string
- func (m *MasterPositionRequest) XXX_DiscardUnknown()
- func (m *MasterPositionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MasterPositionRequest) XXX_Merge(src proto.Message)
- func (m *MasterPositionRequest) XXX_Size() int
- func (m *MasterPositionRequest) XXX_Unmarshal(b []byte) error
- type MasterPositionResponse
- func (*MasterPositionResponse) Descriptor() ([]byte, []int)
- func (m *MasterPositionResponse) GetPosition() string
- func (*MasterPositionResponse) ProtoMessage()
- func (m *MasterPositionResponse) Reset()
- func (m *MasterPositionResponse) String() string
- func (m *MasterPositionResponse) XXX_DiscardUnknown()
- func (m *MasterPositionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MasterPositionResponse) XXX_Merge(src proto.Message)
- func (m *MasterPositionResponse) XXX_Size() int
- func (m *MasterPositionResponse) XXX_Unmarshal(b []byte) error
- type Permissions
- func (*Permissions) Descriptor() ([]byte, []int)
- func (m *Permissions) GetDbPermissions() []*DbPermission
- func (m *Permissions) GetUserPermissions() []*UserPermission
- func (*Permissions) ProtoMessage()
- func (m *Permissions) Reset()
- func (m *Permissions) String() string
- func (m *Permissions) XXX_DiscardUnknown()
- func (m *Permissions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Permissions) XXX_Merge(src proto.Message)
- func (m *Permissions) XXX_Size() int
- func (m *Permissions) XXX_Unmarshal(b []byte) error
- type PingRequest
- func (*PingRequest) Descriptor() ([]byte, []int)
- func (m *PingRequest) GetPayload() string
- func (*PingRequest) ProtoMessage()
- func (m *PingRequest) Reset()
- func (m *PingRequest) String() string
- func (m *PingRequest) XXX_DiscardUnknown()
- func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PingRequest) XXX_Merge(src proto.Message)
- func (m *PingRequest) XXX_Size() int
- func (m *PingRequest) XXX_Unmarshal(b []byte) error
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)
- func (m *PingResponse) GetPayload() string
- func (*PingResponse) ProtoMessage()
- func (m *PingResponse) Reset()
- func (m *PingResponse) String() string
- func (m *PingResponse) XXX_DiscardUnknown()
- func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PingResponse) XXX_Merge(src proto.Message)
- func (m *PingResponse) XXX_Size() int
- func (m *PingResponse) XXX_Unmarshal(b []byte) error
- type PopulateReparentJournalRequest
- func (*PopulateReparentJournalRequest) Descriptor() ([]byte, []int)
- func (m *PopulateReparentJournalRequest) GetActionName() string
- func (m *PopulateReparentJournalRequest) GetMasterAlias() *topodata.TabletAlias
- func (m *PopulateReparentJournalRequest) GetReplicationPosition() string
- func (m *PopulateReparentJournalRequest) GetTimeCreatedNs() int64
- func (*PopulateReparentJournalRequest) ProtoMessage()
- func (m *PopulateReparentJournalRequest) Reset()
- func (m *PopulateReparentJournalRequest) String() string
- func (m *PopulateReparentJournalRequest) XXX_DiscardUnknown()
- func (m *PopulateReparentJournalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PopulateReparentJournalRequest) XXX_Merge(src proto.Message)
- func (m *PopulateReparentJournalRequest) XXX_Size() int
- func (m *PopulateReparentJournalRequest) XXX_Unmarshal(b []byte) error
- type PopulateReparentJournalResponse
- func (*PopulateReparentJournalResponse) Descriptor() ([]byte, []int)
- func (*PopulateReparentJournalResponse) ProtoMessage()
- func (m *PopulateReparentJournalResponse) Reset()
- func (m *PopulateReparentJournalResponse) String() string
- func (m *PopulateReparentJournalResponse) XXX_DiscardUnknown()
- func (m *PopulateReparentJournalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PopulateReparentJournalResponse) XXX_Merge(src proto.Message)
- func (m *PopulateReparentJournalResponse) XXX_Size() int
- func (m *PopulateReparentJournalResponse) XXX_Unmarshal(b []byte) error
- type PreflightSchemaRequest
- func (*PreflightSchemaRequest) Descriptor() ([]byte, []int)
- func (m *PreflightSchemaRequest) GetChanges() []string
- func (*PreflightSchemaRequest) ProtoMessage()
- func (m *PreflightSchemaRequest) Reset()
- func (m *PreflightSchemaRequest) String() string
- func (m *PreflightSchemaRequest) XXX_DiscardUnknown()
- func (m *PreflightSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PreflightSchemaRequest) XXX_Merge(src proto.Message)
- func (m *PreflightSchemaRequest) XXX_Size() int
- func (m *PreflightSchemaRequest) XXX_Unmarshal(b []byte) error
- type PreflightSchemaResponse
- func (*PreflightSchemaResponse) Descriptor() ([]byte, []int)
- func (m *PreflightSchemaResponse) GetChangeResults() []*SchemaChangeResult
- func (*PreflightSchemaResponse) ProtoMessage()
- func (m *PreflightSchemaResponse) Reset()
- func (m *PreflightSchemaResponse) String() string
- func (m *PreflightSchemaResponse) XXX_DiscardUnknown()
- func (m *PreflightSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PreflightSchemaResponse) XXX_Merge(src proto.Message)
- func (m *PreflightSchemaResponse) XXX_Size() int
- func (m *PreflightSchemaResponse) XXX_Unmarshal(b []byte) error
- type PromoteSlaveRequest
- func (*PromoteSlaveRequest) Descriptor() ([]byte, []int)
- func (*PromoteSlaveRequest) ProtoMessage()
- func (m *PromoteSlaveRequest) Reset()
- func (m *PromoteSlaveRequest) String() string
- func (m *PromoteSlaveRequest) XXX_DiscardUnknown()
- func (m *PromoteSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PromoteSlaveRequest) XXX_Merge(src proto.Message)
- func (m *PromoteSlaveRequest) XXX_Size() int
- func (m *PromoteSlaveRequest) XXX_Unmarshal(b []byte) error
- type PromoteSlaveResponse
- func (*PromoteSlaveResponse) Descriptor() ([]byte, []int)
- func (m *PromoteSlaveResponse) GetPosition() string
- func (*PromoteSlaveResponse) ProtoMessage()
- func (m *PromoteSlaveResponse) Reset()
- func (m *PromoteSlaveResponse) String() string
- func (m *PromoteSlaveResponse) XXX_DiscardUnknown()
- func (m *PromoteSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PromoteSlaveResponse) XXX_Merge(src proto.Message)
- func (m *PromoteSlaveResponse) XXX_Size() int
- func (m *PromoteSlaveResponse) XXX_Unmarshal(b []byte) error
- type PromoteSlaveWhenCaughtUpRequest
- func (*PromoteSlaveWhenCaughtUpRequest) Descriptor() ([]byte, []int)
- func (m *PromoteSlaveWhenCaughtUpRequest) GetPosition() string
- func (*PromoteSlaveWhenCaughtUpRequest) ProtoMessage()
- func (m *PromoteSlaveWhenCaughtUpRequest) Reset()
- func (m *PromoteSlaveWhenCaughtUpRequest) String() string
- func (m *PromoteSlaveWhenCaughtUpRequest) XXX_DiscardUnknown()
- func (m *PromoteSlaveWhenCaughtUpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PromoteSlaveWhenCaughtUpRequest) XXX_Merge(src proto.Message)
- func (m *PromoteSlaveWhenCaughtUpRequest) XXX_Size() int
- func (m *PromoteSlaveWhenCaughtUpRequest) XXX_Unmarshal(b []byte) error
- type PromoteSlaveWhenCaughtUpResponse
- func (*PromoteSlaveWhenCaughtUpResponse) Descriptor() ([]byte, []int)
- func (m *PromoteSlaveWhenCaughtUpResponse) GetPosition() string
- func (*PromoteSlaveWhenCaughtUpResponse) ProtoMessage()
- func (m *PromoteSlaveWhenCaughtUpResponse) Reset()
- func (m *PromoteSlaveWhenCaughtUpResponse) String() string
- func (m *PromoteSlaveWhenCaughtUpResponse) XXX_DiscardUnknown()
- func (m *PromoteSlaveWhenCaughtUpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PromoteSlaveWhenCaughtUpResponse) XXX_Merge(src proto.Message)
- func (m *PromoteSlaveWhenCaughtUpResponse) XXX_Size() int
- func (m *PromoteSlaveWhenCaughtUpResponse) XXX_Unmarshal(b []byte) error
- type RefreshStateRequest
- func (*RefreshStateRequest) Descriptor() ([]byte, []int)
- func (*RefreshStateRequest) ProtoMessage()
- func (m *RefreshStateRequest) Reset()
- func (m *RefreshStateRequest) String() string
- func (m *RefreshStateRequest) XXX_DiscardUnknown()
- func (m *RefreshStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RefreshStateRequest) XXX_Merge(src proto.Message)
- func (m *RefreshStateRequest) XXX_Size() int
- func (m *RefreshStateRequest) XXX_Unmarshal(b []byte) error
- type RefreshStateResponse
- func (*RefreshStateResponse) Descriptor() ([]byte, []int)
- func (*RefreshStateResponse) ProtoMessage()
- func (m *RefreshStateResponse) Reset()
- func (m *RefreshStateResponse) String() string
- func (m *RefreshStateResponse) XXX_DiscardUnknown()
- func (m *RefreshStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RefreshStateResponse) XXX_Merge(src proto.Message)
- func (m *RefreshStateResponse) XXX_Size() int
- func (m *RefreshStateResponse) XXX_Unmarshal(b []byte) error
- type ReloadSchemaRequest
- func (*ReloadSchemaRequest) Descriptor() ([]byte, []int)
- func (m *ReloadSchemaRequest) GetWaitPosition() string
- func (*ReloadSchemaRequest) ProtoMessage()
- func (m *ReloadSchemaRequest) Reset()
- func (m *ReloadSchemaRequest) String() string
- func (m *ReloadSchemaRequest) XXX_DiscardUnknown()
- func (m *ReloadSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ReloadSchemaRequest) XXX_Merge(src proto.Message)
- func (m *ReloadSchemaRequest) XXX_Size() int
- func (m *ReloadSchemaRequest) XXX_Unmarshal(b []byte) error
- type ReloadSchemaResponse
- func (*ReloadSchemaResponse) Descriptor() ([]byte, []int)
- func (*ReloadSchemaResponse) ProtoMessage()
- func (m *ReloadSchemaResponse) Reset()
- func (m *ReloadSchemaResponse) String() string
- func (m *ReloadSchemaResponse) XXX_DiscardUnknown()
- func (m *ReloadSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ReloadSchemaResponse) XXX_Merge(src proto.Message)
- func (m *ReloadSchemaResponse) XXX_Size() int
- func (m *ReloadSchemaResponse) XXX_Unmarshal(b []byte) error
- type ResetReplicationRequest
- func (*ResetReplicationRequest) Descriptor() ([]byte, []int)
- func (*ResetReplicationRequest) ProtoMessage()
- func (m *ResetReplicationRequest) Reset()
- func (m *ResetReplicationRequest) String() string
- func (m *ResetReplicationRequest) XXX_DiscardUnknown()
- func (m *ResetReplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ResetReplicationRequest) XXX_Merge(src proto.Message)
- func (m *ResetReplicationRequest) XXX_Size() int
- func (m *ResetReplicationRequest) XXX_Unmarshal(b []byte) error
- type ResetReplicationResponse
- func (*ResetReplicationResponse) Descriptor() ([]byte, []int)
- func (*ResetReplicationResponse) ProtoMessage()
- func (m *ResetReplicationResponse) Reset()
- func (m *ResetReplicationResponse) String() string
- func (m *ResetReplicationResponse) XXX_DiscardUnknown()
- func (m *ResetReplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ResetReplicationResponse) XXX_Merge(src proto.Message)
- func (m *ResetReplicationResponse) XXX_Size() int
- func (m *ResetReplicationResponse) XXX_Unmarshal(b []byte) error
- type RestoreFromBackupRequest
- func (*RestoreFromBackupRequest) Descriptor() ([]byte, []int)
- func (*RestoreFromBackupRequest) ProtoMessage()
- func (m *RestoreFromBackupRequest) Reset()
- func (m *RestoreFromBackupRequest) String() string
- func (m *RestoreFromBackupRequest) XXX_DiscardUnknown()
- func (m *RestoreFromBackupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RestoreFromBackupRequest) XXX_Merge(src proto.Message)
- func (m *RestoreFromBackupRequest) XXX_Size() int
- func (m *RestoreFromBackupRequest) XXX_Unmarshal(b []byte) error
- type RestoreFromBackupResponse
- func (*RestoreFromBackupResponse) Descriptor() ([]byte, []int)
- func (m *RestoreFromBackupResponse) GetEvent() *logutil.Event
- func (*RestoreFromBackupResponse) ProtoMessage()
- func (m *RestoreFromBackupResponse) Reset()
- func (m *RestoreFromBackupResponse) String() string
- func (m *RestoreFromBackupResponse) XXX_DiscardUnknown()
- func (m *RestoreFromBackupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RestoreFromBackupResponse) XXX_Merge(src proto.Message)
- func (m *RestoreFromBackupResponse) XXX_Size() int
- func (m *RestoreFromBackupResponse) XXX_Unmarshal(b []byte) error
- type RunHealthCheckRequest
- func (*RunHealthCheckRequest) Descriptor() ([]byte, []int)
- func (*RunHealthCheckRequest) ProtoMessage()
- func (m *RunHealthCheckRequest) Reset()
- func (m *RunHealthCheckRequest) String() string
- func (m *RunHealthCheckRequest) XXX_DiscardUnknown()
- func (m *RunHealthCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RunHealthCheckRequest) XXX_Merge(src proto.Message)
- func (m *RunHealthCheckRequest) XXX_Size() int
- func (m *RunHealthCheckRequest) XXX_Unmarshal(b []byte) error
- type RunHealthCheckResponse
- func (*RunHealthCheckResponse) Descriptor() ([]byte, []int)
- func (*RunHealthCheckResponse) ProtoMessage()
- func (m *RunHealthCheckResponse) Reset()
- func (m *RunHealthCheckResponse) String() string
- func (m *RunHealthCheckResponse) XXX_DiscardUnknown()
- func (m *RunHealthCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RunHealthCheckResponse) XXX_Merge(src proto.Message)
- func (m *RunHealthCheckResponse) XXX_Size() int
- func (m *RunHealthCheckResponse) XXX_Unmarshal(b []byte) error
- type SchemaChangeResult
- func (*SchemaChangeResult) Descriptor() ([]byte, []int)
- func (m *SchemaChangeResult) GetAfterSchema() *SchemaDefinition
- func (m *SchemaChangeResult) GetBeforeSchema() *SchemaDefinition
- func (*SchemaChangeResult) ProtoMessage()
- func (m *SchemaChangeResult) Reset()
- func (m *SchemaChangeResult) String() string
- func (m *SchemaChangeResult) XXX_DiscardUnknown()
- func (m *SchemaChangeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SchemaChangeResult) XXX_Merge(src proto.Message)
- func (m *SchemaChangeResult) XXX_Size() int
- func (m *SchemaChangeResult) XXX_Unmarshal(b []byte) error
- type SchemaDefinition
- func (*SchemaDefinition) Descriptor() ([]byte, []int)
- func (m *SchemaDefinition) GetDatabaseSchema() string
- func (m *SchemaDefinition) GetTableDefinitions() []*TableDefinition
- func (m *SchemaDefinition) GetVersion() string
- func (*SchemaDefinition) ProtoMessage()
- func (m *SchemaDefinition) Reset()
- func (m *SchemaDefinition) String() string
- func (m *SchemaDefinition) XXX_DiscardUnknown()
- func (m *SchemaDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SchemaDefinition) XXX_Merge(src proto.Message)
- func (m *SchemaDefinition) XXX_Size() int
- func (m *SchemaDefinition) XXX_Unmarshal(b []byte) error
- type SetMasterRequest
- func (*SetMasterRequest) Descriptor() ([]byte, []int)
- func (m *SetMasterRequest) GetForceStartSlave() bool
- func (m *SetMasterRequest) GetParent() *topodata.TabletAlias
- func (m *SetMasterRequest) GetTimeCreatedNs() int64
- func (*SetMasterRequest) ProtoMessage()
- func (m *SetMasterRequest) Reset()
- func (m *SetMasterRequest) String() string
- func (m *SetMasterRequest) XXX_DiscardUnknown()
- func (m *SetMasterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMasterRequest) XXX_Merge(src proto.Message)
- func (m *SetMasterRequest) XXX_Size() int
- func (m *SetMasterRequest) XXX_Unmarshal(b []byte) error
- type SetMasterResponse
- func (*SetMasterResponse) Descriptor() ([]byte, []int)
- func (*SetMasterResponse) ProtoMessage()
- func (m *SetMasterResponse) Reset()
- func (m *SetMasterResponse) String() string
- func (m *SetMasterResponse) XXX_DiscardUnknown()
- func (m *SetMasterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMasterResponse) XXX_Merge(src proto.Message)
- func (m *SetMasterResponse) XXX_Size() int
- func (m *SetMasterResponse) XXX_Unmarshal(b []byte) error
- type SetReadOnlyRequest
- func (*SetReadOnlyRequest) Descriptor() ([]byte, []int)
- func (*SetReadOnlyRequest) ProtoMessage()
- func (m *SetReadOnlyRequest) Reset()
- func (m *SetReadOnlyRequest) String() string
- func (m *SetReadOnlyRequest) XXX_DiscardUnknown()
- func (m *SetReadOnlyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetReadOnlyRequest) XXX_Merge(src proto.Message)
- func (m *SetReadOnlyRequest) XXX_Size() int
- func (m *SetReadOnlyRequest) XXX_Unmarshal(b []byte) error
- type SetReadOnlyResponse
- func (*SetReadOnlyResponse) Descriptor() ([]byte, []int)
- func (*SetReadOnlyResponse) ProtoMessage()
- func (m *SetReadOnlyResponse) Reset()
- func (m *SetReadOnlyResponse) String() string
- func (m *SetReadOnlyResponse) XXX_DiscardUnknown()
- func (m *SetReadOnlyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetReadOnlyResponse) XXX_Merge(src proto.Message)
- func (m *SetReadOnlyResponse) XXX_Size() int
- func (m *SetReadOnlyResponse) XXX_Unmarshal(b []byte) error
- type SetReadWriteRequest
- func (*SetReadWriteRequest) Descriptor() ([]byte, []int)
- func (*SetReadWriteRequest) ProtoMessage()
- func (m *SetReadWriteRequest) Reset()
- func (m *SetReadWriteRequest) String() string
- func (m *SetReadWriteRequest) XXX_DiscardUnknown()
- func (m *SetReadWriteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetReadWriteRequest) XXX_Merge(src proto.Message)
- func (m *SetReadWriteRequest) XXX_Size() int
- func (m *SetReadWriteRequest) XXX_Unmarshal(b []byte) error
- type SetReadWriteResponse
- func (*SetReadWriteResponse) Descriptor() ([]byte, []int)
- func (*SetReadWriteResponse) ProtoMessage()
- func (m *SetReadWriteResponse) Reset()
- func (m *SetReadWriteResponse) String() string
- func (m *SetReadWriteResponse) XXX_DiscardUnknown()
- func (m *SetReadWriteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetReadWriteResponse) XXX_Merge(src proto.Message)
- func (m *SetReadWriteResponse) XXX_Size() int
- func (m *SetReadWriteResponse) XXX_Unmarshal(b []byte) error
- type SlaveStatusRequest
- func (*SlaveStatusRequest) Descriptor() ([]byte, []int)
- func (*SlaveStatusRequest) ProtoMessage()
- func (m *SlaveStatusRequest) Reset()
- func (m *SlaveStatusRequest) String() string
- func (m *SlaveStatusRequest) XXX_DiscardUnknown()
- func (m *SlaveStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SlaveStatusRequest) XXX_Merge(src proto.Message)
- func (m *SlaveStatusRequest) XXX_Size() int
- func (m *SlaveStatusRequest) XXX_Unmarshal(b []byte) error
- type SlaveStatusResponse
- func (*SlaveStatusResponse) Descriptor() ([]byte, []int)
- func (m *SlaveStatusResponse) GetStatus() *replicationdata.Status
- func (*SlaveStatusResponse) ProtoMessage()
- func (m *SlaveStatusResponse) Reset()
- func (m *SlaveStatusResponse) String() string
- func (m *SlaveStatusResponse) XXX_DiscardUnknown()
- func (m *SlaveStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SlaveStatusResponse) XXX_Merge(src proto.Message)
- func (m *SlaveStatusResponse) XXX_Size() int
- func (m *SlaveStatusResponse) XXX_Unmarshal(b []byte) error
- type SlaveWasPromotedRequest
- func (*SlaveWasPromotedRequest) Descriptor() ([]byte, []int)
- func (*SlaveWasPromotedRequest) ProtoMessage()
- func (m *SlaveWasPromotedRequest) Reset()
- func (m *SlaveWasPromotedRequest) String() string
- func (m *SlaveWasPromotedRequest) XXX_DiscardUnknown()
- func (m *SlaveWasPromotedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SlaveWasPromotedRequest) XXX_Merge(src proto.Message)
- func (m *SlaveWasPromotedRequest) XXX_Size() int
- func (m *SlaveWasPromotedRequest) XXX_Unmarshal(b []byte) error
- type SlaveWasPromotedResponse
- func (*SlaveWasPromotedResponse) Descriptor() ([]byte, []int)
- func (*SlaveWasPromotedResponse) ProtoMessage()
- func (m *SlaveWasPromotedResponse) Reset()
- func (m *SlaveWasPromotedResponse) String() string
- func (m *SlaveWasPromotedResponse) XXX_DiscardUnknown()
- func (m *SlaveWasPromotedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SlaveWasPromotedResponse) XXX_Merge(src proto.Message)
- func (m *SlaveWasPromotedResponse) XXX_Size() int
- func (m *SlaveWasPromotedResponse) XXX_Unmarshal(b []byte) error
- type SlaveWasRestartedRequest
- func (*SlaveWasRestartedRequest) Descriptor() ([]byte, []int)
- func (m *SlaveWasRestartedRequest) GetParent() *topodata.TabletAlias
- func (*SlaveWasRestartedRequest) ProtoMessage()
- func (m *SlaveWasRestartedRequest) Reset()
- func (m *SlaveWasRestartedRequest) String() string
- func (m *SlaveWasRestartedRequest) XXX_DiscardUnknown()
- func (m *SlaveWasRestartedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SlaveWasRestartedRequest) XXX_Merge(src proto.Message)
- func (m *SlaveWasRestartedRequest) XXX_Size() int
- func (m *SlaveWasRestartedRequest) XXX_Unmarshal(b []byte) error
- type SlaveWasRestartedResponse
- func (*SlaveWasRestartedResponse) Descriptor() ([]byte, []int)
- func (*SlaveWasRestartedResponse) ProtoMessage()
- func (m *SlaveWasRestartedResponse) Reset()
- func (m *SlaveWasRestartedResponse) String() string
- func (m *SlaveWasRestartedResponse) XXX_DiscardUnknown()
- func (m *SlaveWasRestartedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SlaveWasRestartedResponse) XXX_Merge(src proto.Message)
- func (m *SlaveWasRestartedResponse) XXX_Size() int
- func (m *SlaveWasRestartedResponse) XXX_Unmarshal(b []byte) error
- type SleepRequest
- func (*SleepRequest) Descriptor() ([]byte, []int)
- func (m *SleepRequest) GetDuration() int64
- func (*SleepRequest) ProtoMessage()
- func (m *SleepRequest) Reset()
- func (m *SleepRequest) String() string
- func (m *SleepRequest) XXX_DiscardUnknown()
- func (m *SleepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SleepRequest) XXX_Merge(src proto.Message)
- func (m *SleepRequest) XXX_Size() int
- func (m *SleepRequest) XXX_Unmarshal(b []byte) error
- type SleepResponse
- func (*SleepResponse) Descriptor() ([]byte, []int)
- func (*SleepResponse) ProtoMessage()
- func (m *SleepResponse) Reset()
- func (m *SleepResponse) String() string
- func (m *SleepResponse) XXX_DiscardUnknown()
- func (m *SleepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SleepResponse) XXX_Merge(src proto.Message)
- func (m *SleepResponse) XXX_Size() int
- func (m *SleepResponse) XXX_Unmarshal(b []byte) error
- type StartSlaveRequest
- func (*StartSlaveRequest) Descriptor() ([]byte, []int)
- func (*StartSlaveRequest) ProtoMessage()
- func (m *StartSlaveRequest) Reset()
- func (m *StartSlaveRequest) String() string
- func (m *StartSlaveRequest) XXX_DiscardUnknown()
- func (m *StartSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StartSlaveRequest) XXX_Merge(src proto.Message)
- func (m *StartSlaveRequest) XXX_Size() int
- func (m *StartSlaveRequest) XXX_Unmarshal(b []byte) error
- type StartSlaveResponse
- func (*StartSlaveResponse) Descriptor() ([]byte, []int)
- func (*StartSlaveResponse) ProtoMessage()
- func (m *StartSlaveResponse) Reset()
- func (m *StartSlaveResponse) String() string
- func (m *StartSlaveResponse) XXX_DiscardUnknown()
- func (m *StartSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StartSlaveResponse) XXX_Merge(src proto.Message)
- func (m *StartSlaveResponse) XXX_Size() int
- func (m *StartSlaveResponse) XXX_Unmarshal(b []byte) error
- type StopReplicationAndGetStatusRequest
- func (*StopReplicationAndGetStatusRequest) Descriptor() ([]byte, []int)
- func (*StopReplicationAndGetStatusRequest) ProtoMessage()
- func (m *StopReplicationAndGetStatusRequest) Reset()
- func (m *StopReplicationAndGetStatusRequest) String() string
- func (m *StopReplicationAndGetStatusRequest) XXX_DiscardUnknown()
- func (m *StopReplicationAndGetStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopReplicationAndGetStatusRequest) XXX_Merge(src proto.Message)
- func (m *StopReplicationAndGetStatusRequest) XXX_Size() int
- func (m *StopReplicationAndGetStatusRequest) XXX_Unmarshal(b []byte) error
- type StopReplicationAndGetStatusResponse
- func (*StopReplicationAndGetStatusResponse) Descriptor() ([]byte, []int)
- func (m *StopReplicationAndGetStatusResponse) GetStatus() *replicationdata.Status
- func (*StopReplicationAndGetStatusResponse) ProtoMessage()
- func (m *StopReplicationAndGetStatusResponse) Reset()
- func (m *StopReplicationAndGetStatusResponse) String() string
- func (m *StopReplicationAndGetStatusResponse) XXX_DiscardUnknown()
- func (m *StopReplicationAndGetStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopReplicationAndGetStatusResponse) XXX_Merge(src proto.Message)
- func (m *StopReplicationAndGetStatusResponse) XXX_Size() int
- func (m *StopReplicationAndGetStatusResponse) XXX_Unmarshal(b []byte) error
- type StopSlaveMinimumRequest
- func (*StopSlaveMinimumRequest) Descriptor() ([]byte, []int)
- func (m *StopSlaveMinimumRequest) GetPosition() string
- func (m *StopSlaveMinimumRequest) GetWaitTimeout() int64
- func (*StopSlaveMinimumRequest) ProtoMessage()
- func (m *StopSlaveMinimumRequest) Reset()
- func (m *StopSlaveMinimumRequest) String() string
- func (m *StopSlaveMinimumRequest) XXX_DiscardUnknown()
- func (m *StopSlaveMinimumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopSlaveMinimumRequest) XXX_Merge(src proto.Message)
- func (m *StopSlaveMinimumRequest) XXX_Size() int
- func (m *StopSlaveMinimumRequest) XXX_Unmarshal(b []byte) error
- type StopSlaveMinimumResponse
- func (*StopSlaveMinimumResponse) Descriptor() ([]byte, []int)
- func (m *StopSlaveMinimumResponse) GetPosition() string
- func (*StopSlaveMinimumResponse) ProtoMessage()
- func (m *StopSlaveMinimumResponse) Reset()
- func (m *StopSlaveMinimumResponse) String() string
- func (m *StopSlaveMinimumResponse) XXX_DiscardUnknown()
- func (m *StopSlaveMinimumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopSlaveMinimumResponse) XXX_Merge(src proto.Message)
- func (m *StopSlaveMinimumResponse) XXX_Size() int
- func (m *StopSlaveMinimumResponse) XXX_Unmarshal(b []byte) error
- type StopSlaveRequest
- func (*StopSlaveRequest) Descriptor() ([]byte, []int)
- func (*StopSlaveRequest) ProtoMessage()
- func (m *StopSlaveRequest) Reset()
- func (m *StopSlaveRequest) String() string
- func (m *StopSlaveRequest) XXX_DiscardUnknown()
- func (m *StopSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopSlaveRequest) XXX_Merge(src proto.Message)
- func (m *StopSlaveRequest) XXX_Size() int
- func (m *StopSlaveRequest) XXX_Unmarshal(b []byte) error
- type StopSlaveResponse
- func (*StopSlaveResponse) Descriptor() ([]byte, []int)
- func (*StopSlaveResponse) ProtoMessage()
- func (m *StopSlaveResponse) Reset()
- func (m *StopSlaveResponse) String() string
- func (m *StopSlaveResponse) XXX_DiscardUnknown()
- func (m *StopSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopSlaveResponse) XXX_Merge(src proto.Message)
- func (m *StopSlaveResponse) XXX_Size() int
- func (m *StopSlaveResponse) XXX_Unmarshal(b []byte) error
- type TableDefinition
- func (*TableDefinition) Descriptor() ([]byte, []int)
- func (m *TableDefinition) GetColumns() []string
- func (m *TableDefinition) GetDataLength() uint64
- func (m *TableDefinition) GetName() string
- func (m *TableDefinition) GetPrimaryKeyColumns() []string
- func (m *TableDefinition) GetRowCount() uint64
- func (m *TableDefinition) GetSchema() string
- func (m *TableDefinition) GetType() string
- func (*TableDefinition) ProtoMessage()
- func (m *TableDefinition) Reset()
- func (m *TableDefinition) String() string
- func (m *TableDefinition) XXX_DiscardUnknown()
- func (m *TableDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TableDefinition) XXX_Merge(src proto.Message)
- func (m *TableDefinition) XXX_Size() int
- func (m *TableDefinition) XXX_Unmarshal(b []byte) error
- type TabletExternallyElectedRequest
- func (*TabletExternallyElectedRequest) Descriptor() ([]byte, []int)
- func (*TabletExternallyElectedRequest) ProtoMessage()
- func (m *TabletExternallyElectedRequest) Reset()
- func (m *TabletExternallyElectedRequest) String() string
- func (m *TabletExternallyElectedRequest) XXX_DiscardUnknown()
- func (m *TabletExternallyElectedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TabletExternallyElectedRequest) XXX_Merge(src proto.Message)
- func (m *TabletExternallyElectedRequest) XXX_Size() int
- func (m *TabletExternallyElectedRequest) XXX_Unmarshal(b []byte) error
- type TabletExternallyElectedResponse
- func (*TabletExternallyElectedResponse) Descriptor() ([]byte, []int)
- func (*TabletExternallyElectedResponse) ProtoMessage()
- func (m *TabletExternallyElectedResponse) Reset()
- func (m *TabletExternallyElectedResponse) String() string
- func (m *TabletExternallyElectedResponse) XXX_DiscardUnknown()
- func (m *TabletExternallyElectedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TabletExternallyElectedResponse) XXX_Merge(src proto.Message)
- func (m *TabletExternallyElectedResponse) XXX_Size() int
- func (m *TabletExternallyElectedResponse) XXX_Unmarshal(b []byte) error
- type TabletExternallyReparentedRequest
- func (*TabletExternallyReparentedRequest) Descriptor() ([]byte, []int)
- func (m *TabletExternallyReparentedRequest) GetExternalId() string
- func (*TabletExternallyReparentedRequest) ProtoMessage()
- func (m *TabletExternallyReparentedRequest) Reset()
- func (m *TabletExternallyReparentedRequest) String() string
- func (m *TabletExternallyReparentedRequest) XXX_DiscardUnknown()
- func (m *TabletExternallyReparentedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TabletExternallyReparentedRequest) XXX_Merge(src proto.Message)
- func (m *TabletExternallyReparentedRequest) XXX_Size() int
- func (m *TabletExternallyReparentedRequest) XXX_Unmarshal(b []byte) error
- type TabletExternallyReparentedResponse
- func (*TabletExternallyReparentedResponse) Descriptor() ([]byte, []int)
- func (*TabletExternallyReparentedResponse) ProtoMessage()
- func (m *TabletExternallyReparentedResponse) Reset()
- func (m *TabletExternallyReparentedResponse) String() string
- func (m *TabletExternallyReparentedResponse) XXX_DiscardUnknown()
- func (m *TabletExternallyReparentedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TabletExternallyReparentedResponse) XXX_Merge(src proto.Message)
- func (m *TabletExternallyReparentedResponse) XXX_Size() int
- func (m *TabletExternallyReparentedResponse) XXX_Unmarshal(b []byte) error
- type UserPermission
- func (*UserPermission) Descriptor() ([]byte, []int)
- func (m *UserPermission) GetHost() string
- func (m *UserPermission) GetPasswordChecksum() uint64
- func (m *UserPermission) GetPrivileges() map[string]string
- func (m *UserPermission) GetUser() string
- func (*UserPermission) ProtoMessage()
- func (m *UserPermission) Reset()
- func (m *UserPermission) String() string
- func (m *UserPermission) XXX_DiscardUnknown()
- func (m *UserPermission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UserPermission) XXX_Merge(src proto.Message)
- func (m *UserPermission) XXX_Size() int
- func (m *UserPermission) XXX_Unmarshal(b []byte) error
- type VReplicationExecRequest
- func (*VReplicationExecRequest) Descriptor() ([]byte, []int)
- func (m *VReplicationExecRequest) GetQuery() string
- func (*VReplicationExecRequest) ProtoMessage()
- func (m *VReplicationExecRequest) Reset()
- func (m *VReplicationExecRequest) String() string
- func (m *VReplicationExecRequest) XXX_DiscardUnknown()
- func (m *VReplicationExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VReplicationExecRequest) XXX_Merge(src proto.Message)
- func (m *VReplicationExecRequest) XXX_Size() int
- func (m *VReplicationExecRequest) XXX_Unmarshal(b []byte) error
- type VReplicationExecResponse
- func (*VReplicationExecResponse) Descriptor() ([]byte, []int)
- func (m *VReplicationExecResponse) GetResult() *query.QueryResult
- func (*VReplicationExecResponse) ProtoMessage()
- func (m *VReplicationExecResponse) Reset()
- func (m *VReplicationExecResponse) String() string
- func (m *VReplicationExecResponse) XXX_DiscardUnknown()
- func (m *VReplicationExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VReplicationExecResponse) XXX_Merge(src proto.Message)
- func (m *VReplicationExecResponse) XXX_Size() int
- func (m *VReplicationExecResponse) XXX_Unmarshal(b []byte) error
- type VReplicationWaitForPosRequest
- func (*VReplicationWaitForPosRequest) Descriptor() ([]byte, []int)
- func (m *VReplicationWaitForPosRequest) GetId() int64
- func (m *VReplicationWaitForPosRequest) GetPosition() string
- func (*VReplicationWaitForPosRequest) ProtoMessage()
- func (m *VReplicationWaitForPosRequest) Reset()
- func (m *VReplicationWaitForPosRequest) String() string
- func (m *VReplicationWaitForPosRequest) XXX_DiscardUnknown()
- func (m *VReplicationWaitForPosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VReplicationWaitForPosRequest) XXX_Merge(src proto.Message)
- func (m *VReplicationWaitForPosRequest) XXX_Size() int
- func (m *VReplicationWaitForPosRequest) XXX_Unmarshal(b []byte) error
- type VReplicationWaitForPosResponse
- func (*VReplicationWaitForPosResponse) Descriptor() ([]byte, []int)
- func (*VReplicationWaitForPosResponse) ProtoMessage()
- func (m *VReplicationWaitForPosResponse) Reset()
- func (m *VReplicationWaitForPosResponse) String() string
- func (m *VReplicationWaitForPosResponse) XXX_DiscardUnknown()
- func (m *VReplicationWaitForPosResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VReplicationWaitForPosResponse) XXX_Merge(src proto.Message)
- func (m *VReplicationWaitForPosResponse) XXX_Size() int
- func (m *VReplicationWaitForPosResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplySchemaRequest ¶
type ApplySchemaRequest struct { Sql string `protobuf:"bytes,1,opt,name=sql,proto3" json:"sql,omitempty"` Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"` AllowReplication bool `protobuf:"varint,3,opt,name=allow_replication,json=allowReplication,proto3" json:"allow_replication,omitempty"` BeforeSchema *SchemaDefinition `protobuf:"bytes,4,opt,name=before_schema,json=beforeSchema,proto3" json:"before_schema,omitempty"` AfterSchema *SchemaDefinition `protobuf:"bytes,5,opt,name=after_schema,json=afterSchema,proto3" json:"after_schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplySchemaRequest) Descriptor ¶
func (*ApplySchemaRequest) Descriptor() ([]byte, []int)
func (*ApplySchemaRequest) GetAfterSchema ¶
func (m *ApplySchemaRequest) GetAfterSchema() *SchemaDefinition
func (*ApplySchemaRequest) GetAllowReplication ¶
func (m *ApplySchemaRequest) GetAllowReplication() bool
func (*ApplySchemaRequest) GetBeforeSchema ¶
func (m *ApplySchemaRequest) GetBeforeSchema() *SchemaDefinition
func (*ApplySchemaRequest) GetForce ¶
func (m *ApplySchemaRequest) GetForce() bool
func (*ApplySchemaRequest) GetSql ¶
func (m *ApplySchemaRequest) GetSql() string
func (*ApplySchemaRequest) ProtoMessage ¶
func (*ApplySchemaRequest) ProtoMessage()
func (*ApplySchemaRequest) Reset ¶
func (m *ApplySchemaRequest) Reset()
func (*ApplySchemaRequest) String ¶
func (m *ApplySchemaRequest) String() string
func (*ApplySchemaRequest) XXX_DiscardUnknown ¶
func (m *ApplySchemaRequest) XXX_DiscardUnknown()
func (*ApplySchemaRequest) XXX_Marshal ¶
func (m *ApplySchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplySchemaRequest) XXX_Merge ¶
func (dst *ApplySchemaRequest) XXX_Merge(src proto.Message)
func (*ApplySchemaRequest) XXX_Size ¶
func (m *ApplySchemaRequest) XXX_Size() int
func (*ApplySchemaRequest) XXX_Unmarshal ¶
func (m *ApplySchemaRequest) XXX_Unmarshal(b []byte) error
type ApplySchemaResponse ¶
type ApplySchemaResponse struct { BeforeSchema *SchemaDefinition `protobuf:"bytes,1,opt,name=before_schema,json=beforeSchema,proto3" json:"before_schema,omitempty"` AfterSchema *SchemaDefinition `protobuf:"bytes,2,opt,name=after_schema,json=afterSchema,proto3" json:"after_schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ApplySchemaResponse) Descriptor ¶
func (*ApplySchemaResponse) Descriptor() ([]byte, []int)
func (*ApplySchemaResponse) GetAfterSchema ¶
func (m *ApplySchemaResponse) GetAfterSchema() *SchemaDefinition
func (*ApplySchemaResponse) GetBeforeSchema ¶
func (m *ApplySchemaResponse) GetBeforeSchema() *SchemaDefinition
func (*ApplySchemaResponse) ProtoMessage ¶
func (*ApplySchemaResponse) ProtoMessage()
func (*ApplySchemaResponse) Reset ¶
func (m *ApplySchemaResponse) Reset()
func (*ApplySchemaResponse) String ¶
func (m *ApplySchemaResponse) String() string
func (*ApplySchemaResponse) XXX_DiscardUnknown ¶
func (m *ApplySchemaResponse) XXX_DiscardUnknown()
func (*ApplySchemaResponse) XXX_Marshal ¶
func (m *ApplySchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplySchemaResponse) XXX_Merge ¶
func (dst *ApplySchemaResponse) XXX_Merge(src proto.Message)
func (*ApplySchemaResponse) XXX_Size ¶
func (m *ApplySchemaResponse) XXX_Size() int
func (*ApplySchemaResponse) XXX_Unmarshal ¶
func (m *ApplySchemaResponse) XXX_Unmarshal(b []byte) error
type BackupRequest ¶
type BackupRequest struct { Concurrency int64 `protobuf:"varint,1,opt,name=concurrency,proto3" json:"concurrency,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BackupRequest) Descriptor ¶
func (*BackupRequest) Descriptor() ([]byte, []int)
func (*BackupRequest) GetConcurrency ¶
func (m *BackupRequest) GetConcurrency() int64
func (*BackupRequest) ProtoMessage ¶
func (*BackupRequest) ProtoMessage()
func (*BackupRequest) Reset ¶
func (m *BackupRequest) Reset()
func (*BackupRequest) String ¶
func (m *BackupRequest) String() string
func (*BackupRequest) XXX_DiscardUnknown ¶
func (m *BackupRequest) XXX_DiscardUnknown()
func (*BackupRequest) XXX_Marshal ¶
func (m *BackupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BackupRequest) XXX_Merge ¶
func (dst *BackupRequest) XXX_Merge(src proto.Message)
func (*BackupRequest) XXX_Size ¶
func (m *BackupRequest) XXX_Size() int
func (*BackupRequest) XXX_Unmarshal ¶
func (m *BackupRequest) XXX_Unmarshal(b []byte) error
type BackupResponse ¶
type BackupResponse struct { Event *logutil.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BackupResponse) Descriptor ¶
func (*BackupResponse) Descriptor() ([]byte, []int)
func (*BackupResponse) GetEvent ¶
func (m *BackupResponse) GetEvent() *logutil.Event
func (*BackupResponse) ProtoMessage ¶
func (*BackupResponse) ProtoMessage()
func (*BackupResponse) Reset ¶
func (m *BackupResponse) Reset()
func (*BackupResponse) String ¶
func (m *BackupResponse) String() string
func (*BackupResponse) XXX_DiscardUnknown ¶
func (m *BackupResponse) XXX_DiscardUnknown()
func (*BackupResponse) XXX_Marshal ¶
func (m *BackupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BackupResponse) XXX_Merge ¶
func (dst *BackupResponse) XXX_Merge(src proto.Message)
func (*BackupResponse) XXX_Size ¶
func (m *BackupResponse) XXX_Size() int
func (*BackupResponse) XXX_Unmarshal ¶
func (m *BackupResponse) XXX_Unmarshal(b []byte) error
type ChangeTypeRequest ¶
type ChangeTypeRequest struct { TabletType topodata.TabletType `protobuf:"varint,1,opt,name=tablet_type,json=tabletType,proto3,enum=topodata.TabletType" json:"tablet_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangeTypeRequest) Descriptor ¶
func (*ChangeTypeRequest) Descriptor() ([]byte, []int)
func (*ChangeTypeRequest) GetTabletType ¶
func (m *ChangeTypeRequest) GetTabletType() topodata.TabletType
func (*ChangeTypeRequest) ProtoMessage ¶
func (*ChangeTypeRequest) ProtoMessage()
func (*ChangeTypeRequest) Reset ¶
func (m *ChangeTypeRequest) Reset()
func (*ChangeTypeRequest) String ¶
func (m *ChangeTypeRequest) String() string
func (*ChangeTypeRequest) XXX_DiscardUnknown ¶
func (m *ChangeTypeRequest) XXX_DiscardUnknown()
func (*ChangeTypeRequest) XXX_Marshal ¶
func (m *ChangeTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangeTypeRequest) XXX_Merge ¶
func (dst *ChangeTypeRequest) XXX_Merge(src proto.Message)
func (*ChangeTypeRequest) XXX_Size ¶
func (m *ChangeTypeRequest) XXX_Size() int
func (*ChangeTypeRequest) XXX_Unmarshal ¶
func (m *ChangeTypeRequest) XXX_Unmarshal(b []byte) error
type ChangeTypeResponse ¶
type ChangeTypeResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangeTypeResponse) Descriptor ¶
func (*ChangeTypeResponse) Descriptor() ([]byte, []int)
func (*ChangeTypeResponse) ProtoMessage ¶
func (*ChangeTypeResponse) ProtoMessage()
func (*ChangeTypeResponse) Reset ¶
func (m *ChangeTypeResponse) Reset()
func (*ChangeTypeResponse) String ¶
func (m *ChangeTypeResponse) String() string
func (*ChangeTypeResponse) XXX_DiscardUnknown ¶
func (m *ChangeTypeResponse) XXX_DiscardUnknown()
func (*ChangeTypeResponse) XXX_Marshal ¶
func (m *ChangeTypeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangeTypeResponse) XXX_Merge ¶
func (dst *ChangeTypeResponse) XXX_Merge(src proto.Message)
func (*ChangeTypeResponse) XXX_Size ¶
func (m *ChangeTypeResponse) XXX_Size() int
func (*ChangeTypeResponse) XXX_Unmarshal ¶
func (m *ChangeTypeResponse) XXX_Unmarshal(b []byte) error
type DbPermission ¶
type DbPermission struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Db string `protobuf:"bytes,2,opt,name=db,proto3" json:"db,omitempty"` User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Privileges map[string]string `` /* 161-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
DbPermission describes a single row in the mysql.db table Primary key is Host+Db+User
func (*DbPermission) Descriptor ¶
func (*DbPermission) Descriptor() ([]byte, []int)
func (*DbPermission) GetDb ¶
func (m *DbPermission) GetDb() string
func (*DbPermission) GetHost ¶
func (m *DbPermission) GetHost() string
func (*DbPermission) GetPrivileges ¶
func (m *DbPermission) GetPrivileges() map[string]string
func (*DbPermission) GetUser ¶
func (m *DbPermission) GetUser() string
func (*DbPermission) ProtoMessage ¶
func (*DbPermission) ProtoMessage()
func (*DbPermission) Reset ¶
func (m *DbPermission) Reset()
func (*DbPermission) String ¶
func (m *DbPermission) String() string
func (*DbPermission) XXX_DiscardUnknown ¶
func (m *DbPermission) XXX_DiscardUnknown()
func (*DbPermission) XXX_Marshal ¶
func (m *DbPermission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DbPermission) XXX_Merge ¶
func (dst *DbPermission) XXX_Merge(src proto.Message)
func (*DbPermission) XXX_Size ¶
func (m *DbPermission) XXX_Size() int
func (*DbPermission) XXX_Unmarshal ¶
func (m *DbPermission) XXX_Unmarshal(b []byte) error
type DemoteMasterRequest ¶
type DemoteMasterRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DemoteMasterRequest) Descriptor ¶
func (*DemoteMasterRequest) Descriptor() ([]byte, []int)
func (*DemoteMasterRequest) ProtoMessage ¶
func (*DemoteMasterRequest) ProtoMessage()
func (*DemoteMasterRequest) Reset ¶
func (m *DemoteMasterRequest) Reset()
func (*DemoteMasterRequest) String ¶
func (m *DemoteMasterRequest) String() string
func (*DemoteMasterRequest) XXX_DiscardUnknown ¶
func (m *DemoteMasterRequest) XXX_DiscardUnknown()
func (*DemoteMasterRequest) XXX_Marshal ¶
func (m *DemoteMasterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DemoteMasterRequest) XXX_Merge ¶
func (dst *DemoteMasterRequest) XXX_Merge(src proto.Message)
func (*DemoteMasterRequest) XXX_Size ¶
func (m *DemoteMasterRequest) XXX_Size() int
func (*DemoteMasterRequest) XXX_Unmarshal ¶
func (m *DemoteMasterRequest) XXX_Unmarshal(b []byte) error
type DemoteMasterResponse ¶
type DemoteMasterResponse struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DemoteMasterResponse) Descriptor ¶
func (*DemoteMasterResponse) Descriptor() ([]byte, []int)
func (*DemoteMasterResponse) GetPosition ¶
func (m *DemoteMasterResponse) GetPosition() string
func (*DemoteMasterResponse) ProtoMessage ¶
func (*DemoteMasterResponse) ProtoMessage()
func (*DemoteMasterResponse) Reset ¶
func (m *DemoteMasterResponse) Reset()
func (*DemoteMasterResponse) String ¶
func (m *DemoteMasterResponse) String() string
func (*DemoteMasterResponse) XXX_DiscardUnknown ¶
func (m *DemoteMasterResponse) XXX_DiscardUnknown()
func (*DemoteMasterResponse) XXX_Marshal ¶
func (m *DemoteMasterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DemoteMasterResponse) XXX_Merge ¶
func (dst *DemoteMasterResponse) XXX_Merge(src proto.Message)
func (*DemoteMasterResponse) XXX_Size ¶
func (m *DemoteMasterResponse) XXX_Size() int
func (*DemoteMasterResponse) XXX_Unmarshal ¶
func (m *DemoteMasterResponse) XXX_Unmarshal(b []byte) error
type ExecuteFetchAsAllPrivsRequest ¶
type ExecuteFetchAsAllPrivsRequest struct { Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` MaxRows uint64 `protobuf:"varint,3,opt,name=max_rows,json=maxRows,proto3" json:"max_rows,omitempty"` ReloadSchema bool `protobuf:"varint,4,opt,name=reload_schema,json=reloadSchema,proto3" json:"reload_schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteFetchAsAllPrivsRequest) Descriptor ¶
func (*ExecuteFetchAsAllPrivsRequest) Descriptor() ([]byte, []int)
func (*ExecuteFetchAsAllPrivsRequest) GetDbName ¶
func (m *ExecuteFetchAsAllPrivsRequest) GetDbName() string
func (*ExecuteFetchAsAllPrivsRequest) GetMaxRows ¶
func (m *ExecuteFetchAsAllPrivsRequest) GetMaxRows() uint64
func (*ExecuteFetchAsAllPrivsRequest) GetQuery ¶
func (m *ExecuteFetchAsAllPrivsRequest) GetQuery() []byte
func (*ExecuteFetchAsAllPrivsRequest) GetReloadSchema ¶
func (m *ExecuteFetchAsAllPrivsRequest) GetReloadSchema() bool
func (*ExecuteFetchAsAllPrivsRequest) ProtoMessage ¶
func (*ExecuteFetchAsAllPrivsRequest) ProtoMessage()
func (*ExecuteFetchAsAllPrivsRequest) Reset ¶
func (m *ExecuteFetchAsAllPrivsRequest) Reset()
func (*ExecuteFetchAsAllPrivsRequest) String ¶
func (m *ExecuteFetchAsAllPrivsRequest) String() string
func (*ExecuteFetchAsAllPrivsRequest) XXX_DiscardUnknown ¶
func (m *ExecuteFetchAsAllPrivsRequest) XXX_DiscardUnknown()
func (*ExecuteFetchAsAllPrivsRequest) XXX_Marshal ¶
func (m *ExecuteFetchAsAllPrivsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteFetchAsAllPrivsRequest) XXX_Merge ¶
func (dst *ExecuteFetchAsAllPrivsRequest) XXX_Merge(src proto.Message)
func (*ExecuteFetchAsAllPrivsRequest) XXX_Size ¶
func (m *ExecuteFetchAsAllPrivsRequest) XXX_Size() int
func (*ExecuteFetchAsAllPrivsRequest) XXX_Unmarshal ¶
func (m *ExecuteFetchAsAllPrivsRequest) XXX_Unmarshal(b []byte) error
type ExecuteFetchAsAllPrivsResponse ¶
type ExecuteFetchAsAllPrivsResponse struct { Result *query.QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteFetchAsAllPrivsResponse) Descriptor ¶
func (*ExecuteFetchAsAllPrivsResponse) Descriptor() ([]byte, []int)
func (*ExecuteFetchAsAllPrivsResponse) GetResult ¶
func (m *ExecuteFetchAsAllPrivsResponse) GetResult() *query.QueryResult
func (*ExecuteFetchAsAllPrivsResponse) ProtoMessage ¶
func (*ExecuteFetchAsAllPrivsResponse) ProtoMessage()
func (*ExecuteFetchAsAllPrivsResponse) Reset ¶
func (m *ExecuteFetchAsAllPrivsResponse) Reset()
func (*ExecuteFetchAsAllPrivsResponse) String ¶
func (m *ExecuteFetchAsAllPrivsResponse) String() string
func (*ExecuteFetchAsAllPrivsResponse) XXX_DiscardUnknown ¶
func (m *ExecuteFetchAsAllPrivsResponse) XXX_DiscardUnknown()
func (*ExecuteFetchAsAllPrivsResponse) XXX_Marshal ¶
func (m *ExecuteFetchAsAllPrivsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteFetchAsAllPrivsResponse) XXX_Merge ¶
func (dst *ExecuteFetchAsAllPrivsResponse) XXX_Merge(src proto.Message)
func (*ExecuteFetchAsAllPrivsResponse) XXX_Size ¶
func (m *ExecuteFetchAsAllPrivsResponse) XXX_Size() int
func (*ExecuteFetchAsAllPrivsResponse) XXX_Unmarshal ¶
func (m *ExecuteFetchAsAllPrivsResponse) XXX_Unmarshal(b []byte) error
type ExecuteFetchAsAppRequest ¶
type ExecuteFetchAsAppRequest struct { Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` MaxRows uint64 `protobuf:"varint,2,opt,name=max_rows,json=maxRows,proto3" json:"max_rows,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteFetchAsAppRequest) Descriptor ¶
func (*ExecuteFetchAsAppRequest) Descriptor() ([]byte, []int)
func (*ExecuteFetchAsAppRequest) GetMaxRows ¶
func (m *ExecuteFetchAsAppRequest) GetMaxRows() uint64
func (*ExecuteFetchAsAppRequest) GetQuery ¶
func (m *ExecuteFetchAsAppRequest) GetQuery() []byte
func (*ExecuteFetchAsAppRequest) ProtoMessage ¶
func (*ExecuteFetchAsAppRequest) ProtoMessage()
func (*ExecuteFetchAsAppRequest) Reset ¶
func (m *ExecuteFetchAsAppRequest) Reset()
func (*ExecuteFetchAsAppRequest) String ¶
func (m *ExecuteFetchAsAppRequest) String() string
func (*ExecuteFetchAsAppRequest) XXX_DiscardUnknown ¶
func (m *ExecuteFetchAsAppRequest) XXX_DiscardUnknown()
func (*ExecuteFetchAsAppRequest) XXX_Marshal ¶
func (m *ExecuteFetchAsAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteFetchAsAppRequest) XXX_Merge ¶
func (dst *ExecuteFetchAsAppRequest) XXX_Merge(src proto.Message)
func (*ExecuteFetchAsAppRequest) XXX_Size ¶
func (m *ExecuteFetchAsAppRequest) XXX_Size() int
func (*ExecuteFetchAsAppRequest) XXX_Unmarshal ¶
func (m *ExecuteFetchAsAppRequest) XXX_Unmarshal(b []byte) error
type ExecuteFetchAsAppResponse ¶
type ExecuteFetchAsAppResponse struct { Result *query.QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteFetchAsAppResponse) Descriptor ¶
func (*ExecuteFetchAsAppResponse) Descriptor() ([]byte, []int)
func (*ExecuteFetchAsAppResponse) GetResult ¶
func (m *ExecuteFetchAsAppResponse) GetResult() *query.QueryResult
func (*ExecuteFetchAsAppResponse) ProtoMessage ¶
func (*ExecuteFetchAsAppResponse) ProtoMessage()
func (*ExecuteFetchAsAppResponse) Reset ¶
func (m *ExecuteFetchAsAppResponse) Reset()
func (*ExecuteFetchAsAppResponse) String ¶
func (m *ExecuteFetchAsAppResponse) String() string
func (*ExecuteFetchAsAppResponse) XXX_DiscardUnknown ¶
func (m *ExecuteFetchAsAppResponse) XXX_DiscardUnknown()
func (*ExecuteFetchAsAppResponse) XXX_Marshal ¶
func (m *ExecuteFetchAsAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteFetchAsAppResponse) XXX_Merge ¶
func (dst *ExecuteFetchAsAppResponse) XXX_Merge(src proto.Message)
func (*ExecuteFetchAsAppResponse) XXX_Size ¶
func (m *ExecuteFetchAsAppResponse) XXX_Size() int
func (*ExecuteFetchAsAppResponse) XXX_Unmarshal ¶
func (m *ExecuteFetchAsAppResponse) XXX_Unmarshal(b []byte) error
type ExecuteFetchAsDbaRequest ¶
type ExecuteFetchAsDbaRequest struct { Query []byte `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` DbName string `protobuf:"bytes,2,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"` MaxRows uint64 `protobuf:"varint,3,opt,name=max_rows,json=maxRows,proto3" json:"max_rows,omitempty"` DisableBinlogs bool `protobuf:"varint,4,opt,name=disable_binlogs,json=disableBinlogs,proto3" json:"disable_binlogs,omitempty"` ReloadSchema bool `protobuf:"varint,5,opt,name=reload_schema,json=reloadSchema,proto3" json:"reload_schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteFetchAsDbaRequest) Descriptor ¶
func (*ExecuteFetchAsDbaRequest) Descriptor() ([]byte, []int)
func (*ExecuteFetchAsDbaRequest) GetDbName ¶
func (m *ExecuteFetchAsDbaRequest) GetDbName() string
func (*ExecuteFetchAsDbaRequest) GetDisableBinlogs ¶
func (m *ExecuteFetchAsDbaRequest) GetDisableBinlogs() bool
func (*ExecuteFetchAsDbaRequest) GetMaxRows ¶
func (m *ExecuteFetchAsDbaRequest) GetMaxRows() uint64
func (*ExecuteFetchAsDbaRequest) GetQuery ¶
func (m *ExecuteFetchAsDbaRequest) GetQuery() []byte
func (*ExecuteFetchAsDbaRequest) GetReloadSchema ¶
func (m *ExecuteFetchAsDbaRequest) GetReloadSchema() bool
func (*ExecuteFetchAsDbaRequest) ProtoMessage ¶
func (*ExecuteFetchAsDbaRequest) ProtoMessage()
func (*ExecuteFetchAsDbaRequest) Reset ¶
func (m *ExecuteFetchAsDbaRequest) Reset()
func (*ExecuteFetchAsDbaRequest) String ¶
func (m *ExecuteFetchAsDbaRequest) String() string
func (*ExecuteFetchAsDbaRequest) XXX_DiscardUnknown ¶
func (m *ExecuteFetchAsDbaRequest) XXX_DiscardUnknown()
func (*ExecuteFetchAsDbaRequest) XXX_Marshal ¶
func (m *ExecuteFetchAsDbaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteFetchAsDbaRequest) XXX_Merge ¶
func (dst *ExecuteFetchAsDbaRequest) XXX_Merge(src proto.Message)
func (*ExecuteFetchAsDbaRequest) XXX_Size ¶
func (m *ExecuteFetchAsDbaRequest) XXX_Size() int
func (*ExecuteFetchAsDbaRequest) XXX_Unmarshal ¶
func (m *ExecuteFetchAsDbaRequest) XXX_Unmarshal(b []byte) error
type ExecuteFetchAsDbaResponse ¶
type ExecuteFetchAsDbaResponse struct { Result *query.QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteFetchAsDbaResponse) Descriptor ¶
func (*ExecuteFetchAsDbaResponse) Descriptor() ([]byte, []int)
func (*ExecuteFetchAsDbaResponse) GetResult ¶
func (m *ExecuteFetchAsDbaResponse) GetResult() *query.QueryResult
func (*ExecuteFetchAsDbaResponse) ProtoMessage ¶
func (*ExecuteFetchAsDbaResponse) ProtoMessage()
func (*ExecuteFetchAsDbaResponse) Reset ¶
func (m *ExecuteFetchAsDbaResponse) Reset()
func (*ExecuteFetchAsDbaResponse) String ¶
func (m *ExecuteFetchAsDbaResponse) String() string
func (*ExecuteFetchAsDbaResponse) XXX_DiscardUnknown ¶
func (m *ExecuteFetchAsDbaResponse) XXX_DiscardUnknown()
func (*ExecuteFetchAsDbaResponse) XXX_Marshal ¶
func (m *ExecuteFetchAsDbaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteFetchAsDbaResponse) XXX_Merge ¶
func (dst *ExecuteFetchAsDbaResponse) XXX_Merge(src proto.Message)
func (*ExecuteFetchAsDbaResponse) XXX_Size ¶
func (m *ExecuteFetchAsDbaResponse) XXX_Size() int
func (*ExecuteFetchAsDbaResponse) XXX_Unmarshal ¶
func (m *ExecuteFetchAsDbaResponse) XXX_Unmarshal(b []byte) error
type ExecuteHookRequest ¶
type ExecuteHookRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Parameters []string `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"` ExtraEnv map[string]string `` /* 173-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteHookRequest) Descriptor ¶
func (*ExecuteHookRequest) Descriptor() ([]byte, []int)
func (*ExecuteHookRequest) GetExtraEnv ¶
func (m *ExecuteHookRequest) GetExtraEnv() map[string]string
func (*ExecuteHookRequest) GetName ¶
func (m *ExecuteHookRequest) GetName() string
func (*ExecuteHookRequest) GetParameters ¶
func (m *ExecuteHookRequest) GetParameters() []string
func (*ExecuteHookRequest) ProtoMessage ¶
func (*ExecuteHookRequest) ProtoMessage()
func (*ExecuteHookRequest) Reset ¶
func (m *ExecuteHookRequest) Reset()
func (*ExecuteHookRequest) String ¶
func (m *ExecuteHookRequest) String() string
func (*ExecuteHookRequest) XXX_DiscardUnknown ¶
func (m *ExecuteHookRequest) XXX_DiscardUnknown()
func (*ExecuteHookRequest) XXX_Marshal ¶
func (m *ExecuteHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteHookRequest) XXX_Merge ¶
func (dst *ExecuteHookRequest) XXX_Merge(src proto.Message)
func (*ExecuteHookRequest) XXX_Size ¶
func (m *ExecuteHookRequest) XXX_Size() int
func (*ExecuteHookRequest) XXX_Unmarshal ¶
func (m *ExecuteHookRequest) XXX_Unmarshal(b []byte) error
type ExecuteHookResponse ¶
type ExecuteHookResponse struct { ExitStatus int64 `protobuf:"varint,1,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"` Stdout string `protobuf:"bytes,2,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,3,opt,name=stderr,proto3" json:"stderr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExecuteHookResponse) Descriptor ¶
func (*ExecuteHookResponse) Descriptor() ([]byte, []int)
func (*ExecuteHookResponse) GetExitStatus ¶
func (m *ExecuteHookResponse) GetExitStatus() int64
func (*ExecuteHookResponse) GetStderr ¶
func (m *ExecuteHookResponse) GetStderr() string
func (*ExecuteHookResponse) GetStdout ¶
func (m *ExecuteHookResponse) GetStdout() string
func (*ExecuteHookResponse) ProtoMessage ¶
func (*ExecuteHookResponse) ProtoMessage()
func (*ExecuteHookResponse) Reset ¶
func (m *ExecuteHookResponse) Reset()
func (*ExecuteHookResponse) String ¶
func (m *ExecuteHookResponse) String() string
func (*ExecuteHookResponse) XXX_DiscardUnknown ¶
func (m *ExecuteHookResponse) XXX_DiscardUnknown()
func (*ExecuteHookResponse) XXX_Marshal ¶
func (m *ExecuteHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteHookResponse) XXX_Merge ¶
func (dst *ExecuteHookResponse) XXX_Merge(src proto.Message)
func (*ExecuteHookResponse) XXX_Size ¶
func (m *ExecuteHookResponse) XXX_Size() int
func (*ExecuteHookResponse) XXX_Unmarshal ¶
func (m *ExecuteHookResponse) XXX_Unmarshal(b []byte) error
type GetPermissionsRequest ¶
type GetPermissionsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPermissionsRequest) Descriptor ¶
func (*GetPermissionsRequest) Descriptor() ([]byte, []int)
func (*GetPermissionsRequest) ProtoMessage ¶
func (*GetPermissionsRequest) ProtoMessage()
func (*GetPermissionsRequest) Reset ¶
func (m *GetPermissionsRequest) Reset()
func (*GetPermissionsRequest) String ¶
func (m *GetPermissionsRequest) String() string
func (*GetPermissionsRequest) XXX_DiscardUnknown ¶
func (m *GetPermissionsRequest) XXX_DiscardUnknown()
func (*GetPermissionsRequest) XXX_Marshal ¶
func (m *GetPermissionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPermissionsRequest) XXX_Merge ¶
func (dst *GetPermissionsRequest) XXX_Merge(src proto.Message)
func (*GetPermissionsRequest) XXX_Size ¶
func (m *GetPermissionsRequest) XXX_Size() int
func (*GetPermissionsRequest) XXX_Unmarshal ¶
func (m *GetPermissionsRequest) XXX_Unmarshal(b []byte) error
type GetPermissionsResponse ¶
type GetPermissionsResponse struct { Permissions *Permissions `protobuf:"bytes,1,opt,name=permissions,proto3" json:"permissions,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPermissionsResponse) Descriptor ¶
func (*GetPermissionsResponse) Descriptor() ([]byte, []int)
func (*GetPermissionsResponse) GetPermissions ¶
func (m *GetPermissionsResponse) GetPermissions() *Permissions
func (*GetPermissionsResponse) ProtoMessage ¶
func (*GetPermissionsResponse) ProtoMessage()
func (*GetPermissionsResponse) Reset ¶
func (m *GetPermissionsResponse) Reset()
func (*GetPermissionsResponse) String ¶
func (m *GetPermissionsResponse) String() string
func (*GetPermissionsResponse) XXX_DiscardUnknown ¶
func (m *GetPermissionsResponse) XXX_DiscardUnknown()
func (*GetPermissionsResponse) XXX_Marshal ¶
func (m *GetPermissionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPermissionsResponse) XXX_Merge ¶
func (dst *GetPermissionsResponse) XXX_Merge(src proto.Message)
func (*GetPermissionsResponse) XXX_Size ¶
func (m *GetPermissionsResponse) XXX_Size() int
func (*GetPermissionsResponse) XXX_Unmarshal ¶
func (m *GetPermissionsResponse) XXX_Unmarshal(b []byte) error
type GetSchemaRequest ¶
type GetSchemaRequest struct { Tables []string `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables,omitempty"` IncludeViews bool `protobuf:"varint,2,opt,name=include_views,json=includeViews,proto3" json:"include_views,omitempty"` ExcludeTables []string `protobuf:"bytes,3,rep,name=exclude_tables,json=excludeTables,proto3" json:"exclude_tables,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetSchemaRequest) Descriptor ¶
func (*GetSchemaRequest) Descriptor() ([]byte, []int)
func (*GetSchemaRequest) GetExcludeTables ¶
func (m *GetSchemaRequest) GetExcludeTables() []string
func (*GetSchemaRequest) GetIncludeViews ¶
func (m *GetSchemaRequest) GetIncludeViews() bool
func (*GetSchemaRequest) GetTables ¶
func (m *GetSchemaRequest) GetTables() []string
func (*GetSchemaRequest) ProtoMessage ¶
func (*GetSchemaRequest) ProtoMessage()
func (*GetSchemaRequest) Reset ¶
func (m *GetSchemaRequest) Reset()
func (*GetSchemaRequest) String ¶
func (m *GetSchemaRequest) String() string
func (*GetSchemaRequest) XXX_DiscardUnknown ¶
func (m *GetSchemaRequest) XXX_DiscardUnknown()
func (*GetSchemaRequest) XXX_Marshal ¶
func (m *GetSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSchemaRequest) XXX_Merge ¶
func (dst *GetSchemaRequest) XXX_Merge(src proto.Message)
func (*GetSchemaRequest) XXX_Size ¶
func (m *GetSchemaRequest) XXX_Size() int
func (*GetSchemaRequest) XXX_Unmarshal ¶
func (m *GetSchemaRequest) XXX_Unmarshal(b []byte) error
type GetSchemaResponse ¶
type GetSchemaResponse struct { SchemaDefinition *SchemaDefinition `protobuf:"bytes,1,opt,name=schema_definition,json=schemaDefinition,proto3" json:"schema_definition,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetSchemaResponse) Descriptor ¶
func (*GetSchemaResponse) Descriptor() ([]byte, []int)
func (*GetSchemaResponse) GetSchemaDefinition ¶
func (m *GetSchemaResponse) GetSchemaDefinition() *SchemaDefinition
func (*GetSchemaResponse) ProtoMessage ¶
func (*GetSchemaResponse) ProtoMessage()
func (*GetSchemaResponse) Reset ¶
func (m *GetSchemaResponse) Reset()
func (*GetSchemaResponse) String ¶
func (m *GetSchemaResponse) String() string
func (*GetSchemaResponse) XXX_DiscardUnknown ¶
func (m *GetSchemaResponse) XXX_DiscardUnknown()
func (*GetSchemaResponse) XXX_Marshal ¶
func (m *GetSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSchemaResponse) XXX_Merge ¶
func (dst *GetSchemaResponse) XXX_Merge(src proto.Message)
func (*GetSchemaResponse) XXX_Size ¶
func (m *GetSchemaResponse) XXX_Size() int
func (*GetSchemaResponse) XXX_Unmarshal ¶
func (m *GetSchemaResponse) XXX_Unmarshal(b []byte) error
type GetSlavesRequest ¶
type GetSlavesRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetSlavesRequest) Descriptor ¶
func (*GetSlavesRequest) Descriptor() ([]byte, []int)
func (*GetSlavesRequest) ProtoMessage ¶
func (*GetSlavesRequest) ProtoMessage()
func (*GetSlavesRequest) Reset ¶
func (m *GetSlavesRequest) Reset()
func (*GetSlavesRequest) String ¶
func (m *GetSlavesRequest) String() string
func (*GetSlavesRequest) XXX_DiscardUnknown ¶
func (m *GetSlavesRequest) XXX_DiscardUnknown()
func (*GetSlavesRequest) XXX_Marshal ¶
func (m *GetSlavesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSlavesRequest) XXX_Merge ¶
func (dst *GetSlavesRequest) XXX_Merge(src proto.Message)
func (*GetSlavesRequest) XXX_Size ¶
func (m *GetSlavesRequest) XXX_Size() int
func (*GetSlavesRequest) XXX_Unmarshal ¶
func (m *GetSlavesRequest) XXX_Unmarshal(b []byte) error
type GetSlavesResponse ¶
type GetSlavesResponse struct { Addrs []string `protobuf:"bytes,1,rep,name=addrs,proto3" json:"addrs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetSlavesResponse) Descriptor ¶
func (*GetSlavesResponse) Descriptor() ([]byte, []int)
func (*GetSlavesResponse) GetAddrs ¶
func (m *GetSlavesResponse) GetAddrs() []string
func (*GetSlavesResponse) ProtoMessage ¶
func (*GetSlavesResponse) ProtoMessage()
func (*GetSlavesResponse) Reset ¶
func (m *GetSlavesResponse) Reset()
func (*GetSlavesResponse) String ¶
func (m *GetSlavesResponse) String() string
func (*GetSlavesResponse) XXX_DiscardUnknown ¶
func (m *GetSlavesResponse) XXX_DiscardUnknown()
func (*GetSlavesResponse) XXX_Marshal ¶
func (m *GetSlavesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSlavesResponse) XXX_Merge ¶
func (dst *GetSlavesResponse) XXX_Merge(src proto.Message)
func (*GetSlavesResponse) XXX_Size ¶
func (m *GetSlavesResponse) XXX_Size() int
func (*GetSlavesResponse) XXX_Unmarshal ¶
func (m *GetSlavesResponse) XXX_Unmarshal(b []byte) error
type IgnoreHealthErrorRequest ¶
type IgnoreHealthErrorRequest struct { Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IgnoreHealthErrorRequest) Descriptor ¶
func (*IgnoreHealthErrorRequest) Descriptor() ([]byte, []int)
func (*IgnoreHealthErrorRequest) GetPattern ¶
func (m *IgnoreHealthErrorRequest) GetPattern() string
func (*IgnoreHealthErrorRequest) ProtoMessage ¶
func (*IgnoreHealthErrorRequest) ProtoMessage()
func (*IgnoreHealthErrorRequest) Reset ¶
func (m *IgnoreHealthErrorRequest) Reset()
func (*IgnoreHealthErrorRequest) String ¶
func (m *IgnoreHealthErrorRequest) String() string
func (*IgnoreHealthErrorRequest) XXX_DiscardUnknown ¶
func (m *IgnoreHealthErrorRequest) XXX_DiscardUnknown()
func (*IgnoreHealthErrorRequest) XXX_Marshal ¶
func (m *IgnoreHealthErrorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IgnoreHealthErrorRequest) XXX_Merge ¶
func (dst *IgnoreHealthErrorRequest) XXX_Merge(src proto.Message)
func (*IgnoreHealthErrorRequest) XXX_Size ¶
func (m *IgnoreHealthErrorRequest) XXX_Size() int
func (*IgnoreHealthErrorRequest) XXX_Unmarshal ¶
func (m *IgnoreHealthErrorRequest) XXX_Unmarshal(b []byte) error
type IgnoreHealthErrorResponse ¶
type IgnoreHealthErrorResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IgnoreHealthErrorResponse) Descriptor ¶
func (*IgnoreHealthErrorResponse) Descriptor() ([]byte, []int)
func (*IgnoreHealthErrorResponse) ProtoMessage ¶
func (*IgnoreHealthErrorResponse) ProtoMessage()
func (*IgnoreHealthErrorResponse) Reset ¶
func (m *IgnoreHealthErrorResponse) Reset()
func (*IgnoreHealthErrorResponse) String ¶
func (m *IgnoreHealthErrorResponse) String() string
func (*IgnoreHealthErrorResponse) XXX_DiscardUnknown ¶
func (m *IgnoreHealthErrorResponse) XXX_DiscardUnknown()
func (*IgnoreHealthErrorResponse) XXX_Marshal ¶
func (m *IgnoreHealthErrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IgnoreHealthErrorResponse) XXX_Merge ¶
func (dst *IgnoreHealthErrorResponse) XXX_Merge(src proto.Message)
func (*IgnoreHealthErrorResponse) XXX_Size ¶
func (m *IgnoreHealthErrorResponse) XXX_Size() int
func (*IgnoreHealthErrorResponse) XXX_Unmarshal ¶
func (m *IgnoreHealthErrorResponse) XXX_Unmarshal(b []byte) error
type InitMasterRequest ¶
type InitMasterRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitMasterRequest) Descriptor ¶
func (*InitMasterRequest) Descriptor() ([]byte, []int)
func (*InitMasterRequest) ProtoMessage ¶
func (*InitMasterRequest) ProtoMessage()
func (*InitMasterRequest) Reset ¶
func (m *InitMasterRequest) Reset()
func (*InitMasterRequest) String ¶
func (m *InitMasterRequest) String() string
func (*InitMasterRequest) XXX_DiscardUnknown ¶
func (m *InitMasterRequest) XXX_DiscardUnknown()
func (*InitMasterRequest) XXX_Marshal ¶
func (m *InitMasterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitMasterRequest) XXX_Merge ¶
func (dst *InitMasterRequest) XXX_Merge(src proto.Message)
func (*InitMasterRequest) XXX_Size ¶
func (m *InitMasterRequest) XXX_Size() int
func (*InitMasterRequest) XXX_Unmarshal ¶
func (m *InitMasterRequest) XXX_Unmarshal(b []byte) error
type InitMasterResponse ¶
type InitMasterResponse struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitMasterResponse) Descriptor ¶
func (*InitMasterResponse) Descriptor() ([]byte, []int)
func (*InitMasterResponse) GetPosition ¶
func (m *InitMasterResponse) GetPosition() string
func (*InitMasterResponse) ProtoMessage ¶
func (*InitMasterResponse) ProtoMessage()
func (*InitMasterResponse) Reset ¶
func (m *InitMasterResponse) Reset()
func (*InitMasterResponse) String ¶
func (m *InitMasterResponse) String() string
func (*InitMasterResponse) XXX_DiscardUnknown ¶
func (m *InitMasterResponse) XXX_DiscardUnknown()
func (*InitMasterResponse) XXX_Marshal ¶
func (m *InitMasterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitMasterResponse) XXX_Merge ¶
func (dst *InitMasterResponse) XXX_Merge(src proto.Message)
func (*InitMasterResponse) XXX_Size ¶
func (m *InitMasterResponse) XXX_Size() int
func (*InitMasterResponse) XXX_Unmarshal ¶
func (m *InitMasterResponse) XXX_Unmarshal(b []byte) error
type InitSlaveRequest ¶
type InitSlaveRequest struct { Parent *topodata.TabletAlias `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` ReplicationPosition string `protobuf:"bytes,2,opt,name=replication_position,json=replicationPosition,proto3" json:"replication_position,omitempty"` TimeCreatedNs int64 `protobuf:"varint,3,opt,name=time_created_ns,json=timeCreatedNs,proto3" json:"time_created_ns,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitSlaveRequest) Descriptor ¶
func (*InitSlaveRequest) Descriptor() ([]byte, []int)
func (*InitSlaveRequest) GetParent ¶
func (m *InitSlaveRequest) GetParent() *topodata.TabletAlias
func (*InitSlaveRequest) GetReplicationPosition ¶
func (m *InitSlaveRequest) GetReplicationPosition() string
func (*InitSlaveRequest) GetTimeCreatedNs ¶
func (m *InitSlaveRequest) GetTimeCreatedNs() int64
func (*InitSlaveRequest) ProtoMessage ¶
func (*InitSlaveRequest) ProtoMessage()
func (*InitSlaveRequest) Reset ¶
func (m *InitSlaveRequest) Reset()
func (*InitSlaveRequest) String ¶
func (m *InitSlaveRequest) String() string
func (*InitSlaveRequest) XXX_DiscardUnknown ¶
func (m *InitSlaveRequest) XXX_DiscardUnknown()
func (*InitSlaveRequest) XXX_Marshal ¶
func (m *InitSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitSlaveRequest) XXX_Merge ¶
func (dst *InitSlaveRequest) XXX_Merge(src proto.Message)
func (*InitSlaveRequest) XXX_Size ¶
func (m *InitSlaveRequest) XXX_Size() int
func (*InitSlaveRequest) XXX_Unmarshal ¶
func (m *InitSlaveRequest) XXX_Unmarshal(b []byte) error
type InitSlaveResponse ¶
type InitSlaveResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitSlaveResponse) Descriptor ¶
func (*InitSlaveResponse) Descriptor() ([]byte, []int)
func (*InitSlaveResponse) ProtoMessage ¶
func (*InitSlaveResponse) ProtoMessage()
func (*InitSlaveResponse) Reset ¶
func (m *InitSlaveResponse) Reset()
func (*InitSlaveResponse) String ¶
func (m *InitSlaveResponse) String() string
func (*InitSlaveResponse) XXX_DiscardUnknown ¶
func (m *InitSlaveResponse) XXX_DiscardUnknown()
func (*InitSlaveResponse) XXX_Marshal ¶
func (m *InitSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitSlaveResponse) XXX_Merge ¶
func (dst *InitSlaveResponse) XXX_Merge(src proto.Message)
func (*InitSlaveResponse) XXX_Size ¶
func (m *InitSlaveResponse) XXX_Size() int
func (*InitSlaveResponse) XXX_Unmarshal ¶
func (m *InitSlaveResponse) XXX_Unmarshal(b []byte) error
type MasterPositionRequest ¶
type MasterPositionRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MasterPositionRequest) Descriptor ¶
func (*MasterPositionRequest) Descriptor() ([]byte, []int)
func (*MasterPositionRequest) ProtoMessage ¶
func (*MasterPositionRequest) ProtoMessage()
func (*MasterPositionRequest) Reset ¶
func (m *MasterPositionRequest) Reset()
func (*MasterPositionRequest) String ¶
func (m *MasterPositionRequest) String() string
func (*MasterPositionRequest) XXX_DiscardUnknown ¶
func (m *MasterPositionRequest) XXX_DiscardUnknown()
func (*MasterPositionRequest) XXX_Marshal ¶
func (m *MasterPositionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MasterPositionRequest) XXX_Merge ¶
func (dst *MasterPositionRequest) XXX_Merge(src proto.Message)
func (*MasterPositionRequest) XXX_Size ¶
func (m *MasterPositionRequest) XXX_Size() int
func (*MasterPositionRequest) XXX_Unmarshal ¶
func (m *MasterPositionRequest) XXX_Unmarshal(b []byte) error
type MasterPositionResponse ¶
type MasterPositionResponse struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MasterPositionResponse) Descriptor ¶
func (*MasterPositionResponse) Descriptor() ([]byte, []int)
func (*MasterPositionResponse) GetPosition ¶
func (m *MasterPositionResponse) GetPosition() string
func (*MasterPositionResponse) ProtoMessage ¶
func (*MasterPositionResponse) ProtoMessage()
func (*MasterPositionResponse) Reset ¶
func (m *MasterPositionResponse) Reset()
func (*MasterPositionResponse) String ¶
func (m *MasterPositionResponse) String() string
func (*MasterPositionResponse) XXX_DiscardUnknown ¶
func (m *MasterPositionResponse) XXX_DiscardUnknown()
func (*MasterPositionResponse) XXX_Marshal ¶
func (m *MasterPositionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MasterPositionResponse) XXX_Merge ¶
func (dst *MasterPositionResponse) XXX_Merge(src proto.Message)
func (*MasterPositionResponse) XXX_Size ¶
func (m *MasterPositionResponse) XXX_Size() int
func (*MasterPositionResponse) XXX_Unmarshal ¶
func (m *MasterPositionResponse) XXX_Unmarshal(b []byte) error
type Permissions ¶
type Permissions struct { UserPermissions []*UserPermission `protobuf:"bytes,1,rep,name=user_permissions,json=userPermissions,proto3" json:"user_permissions,omitempty"` DbPermissions []*DbPermission `protobuf:"bytes,2,rep,name=db_permissions,json=dbPermissions,proto3" json:"db_permissions,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Permissions have all the rows in mysql.{user,db} tables, (all rows are sorted by primary key)
func (*Permissions) Descriptor ¶
func (*Permissions) Descriptor() ([]byte, []int)
func (*Permissions) GetDbPermissions ¶
func (m *Permissions) GetDbPermissions() []*DbPermission
func (*Permissions) GetUserPermissions ¶
func (m *Permissions) GetUserPermissions() []*UserPermission
func (*Permissions) ProtoMessage ¶
func (*Permissions) ProtoMessage()
func (*Permissions) Reset ¶
func (m *Permissions) Reset()
func (*Permissions) String ¶
func (m *Permissions) String() string
func (*Permissions) XXX_DiscardUnknown ¶
func (m *Permissions) XXX_DiscardUnknown()
func (*Permissions) XXX_Marshal ¶
func (m *Permissions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Permissions) XXX_Merge ¶
func (dst *Permissions) XXX_Merge(src proto.Message)
func (*Permissions) XXX_Size ¶
func (m *Permissions) XXX_Size() int
func (*Permissions) XXX_Unmarshal ¶
func (m *Permissions) XXX_Unmarshal(b []byte) error
type PingRequest ¶
type PingRequest struct { Payload string `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PingRequest) Descriptor ¶
func (*PingRequest) Descriptor() ([]byte, []int)
func (*PingRequest) GetPayload ¶
func (m *PingRequest) GetPayload() string
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) Reset ¶
func (m *PingRequest) Reset()
func (*PingRequest) String ¶
func (m *PingRequest) String() string
func (*PingRequest) XXX_DiscardUnknown ¶
func (m *PingRequest) XXX_DiscardUnknown()
func (*PingRequest) XXX_Marshal ¶
func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PingRequest) XXX_Merge ¶
func (dst *PingRequest) XXX_Merge(src proto.Message)
func (*PingRequest) XXX_Size ¶
func (m *PingRequest) XXX_Size() int
func (*PingRequest) XXX_Unmarshal ¶
func (m *PingRequest) XXX_Unmarshal(b []byte) error
type PingResponse ¶
type PingResponse struct { Payload string `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PingResponse) Descriptor ¶
func (*PingResponse) Descriptor() ([]byte, []int)
func (*PingResponse) GetPayload ¶
func (m *PingResponse) GetPayload() string
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) Reset ¶
func (m *PingResponse) Reset()
func (*PingResponse) String ¶
func (m *PingResponse) String() string
func (*PingResponse) XXX_DiscardUnknown ¶
func (m *PingResponse) XXX_DiscardUnknown()
func (*PingResponse) XXX_Marshal ¶
func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PingResponse) XXX_Merge ¶
func (dst *PingResponse) XXX_Merge(src proto.Message)
func (*PingResponse) XXX_Size ¶
func (m *PingResponse) XXX_Size() int
func (*PingResponse) XXX_Unmarshal ¶
func (m *PingResponse) XXX_Unmarshal(b []byte) error
type PopulateReparentJournalRequest ¶
type PopulateReparentJournalRequest struct { TimeCreatedNs int64 `protobuf:"varint,1,opt,name=time_created_ns,json=timeCreatedNs,proto3" json:"time_created_ns,omitempty"` ActionName string `protobuf:"bytes,2,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"` MasterAlias *topodata.TabletAlias `protobuf:"bytes,3,opt,name=master_alias,json=masterAlias,proto3" json:"master_alias,omitempty"` ReplicationPosition string `protobuf:"bytes,4,opt,name=replication_position,json=replicationPosition,proto3" json:"replication_position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PopulateReparentJournalRequest) Descriptor ¶
func (*PopulateReparentJournalRequest) Descriptor() ([]byte, []int)
func (*PopulateReparentJournalRequest) GetActionName ¶
func (m *PopulateReparentJournalRequest) GetActionName() string
func (*PopulateReparentJournalRequest) GetMasterAlias ¶
func (m *PopulateReparentJournalRequest) GetMasterAlias() *topodata.TabletAlias
func (*PopulateReparentJournalRequest) GetReplicationPosition ¶
func (m *PopulateReparentJournalRequest) GetReplicationPosition() string
func (*PopulateReparentJournalRequest) GetTimeCreatedNs ¶
func (m *PopulateReparentJournalRequest) GetTimeCreatedNs() int64
func (*PopulateReparentJournalRequest) ProtoMessage ¶
func (*PopulateReparentJournalRequest) ProtoMessage()
func (*PopulateReparentJournalRequest) Reset ¶
func (m *PopulateReparentJournalRequest) Reset()
func (*PopulateReparentJournalRequest) String ¶
func (m *PopulateReparentJournalRequest) String() string
func (*PopulateReparentJournalRequest) XXX_DiscardUnknown ¶
func (m *PopulateReparentJournalRequest) XXX_DiscardUnknown()
func (*PopulateReparentJournalRequest) XXX_Marshal ¶
func (m *PopulateReparentJournalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PopulateReparentJournalRequest) XXX_Merge ¶
func (dst *PopulateReparentJournalRequest) XXX_Merge(src proto.Message)
func (*PopulateReparentJournalRequest) XXX_Size ¶
func (m *PopulateReparentJournalRequest) XXX_Size() int
func (*PopulateReparentJournalRequest) XXX_Unmarshal ¶
func (m *PopulateReparentJournalRequest) XXX_Unmarshal(b []byte) error
type PopulateReparentJournalResponse ¶
type PopulateReparentJournalResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PopulateReparentJournalResponse) Descriptor ¶
func (*PopulateReparentJournalResponse) Descriptor() ([]byte, []int)
func (*PopulateReparentJournalResponse) ProtoMessage ¶
func (*PopulateReparentJournalResponse) ProtoMessage()
func (*PopulateReparentJournalResponse) Reset ¶
func (m *PopulateReparentJournalResponse) Reset()
func (*PopulateReparentJournalResponse) String ¶
func (m *PopulateReparentJournalResponse) String() string
func (*PopulateReparentJournalResponse) XXX_DiscardUnknown ¶
func (m *PopulateReparentJournalResponse) XXX_DiscardUnknown()
func (*PopulateReparentJournalResponse) XXX_Marshal ¶
func (m *PopulateReparentJournalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PopulateReparentJournalResponse) XXX_Merge ¶
func (dst *PopulateReparentJournalResponse) XXX_Merge(src proto.Message)
func (*PopulateReparentJournalResponse) XXX_Size ¶
func (m *PopulateReparentJournalResponse) XXX_Size() int
func (*PopulateReparentJournalResponse) XXX_Unmarshal ¶
func (m *PopulateReparentJournalResponse) XXX_Unmarshal(b []byte) error
type PreflightSchemaRequest ¶
type PreflightSchemaRequest struct { Changes []string `protobuf:"bytes,1,rep,name=changes,proto3" json:"changes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PreflightSchemaRequest) Descriptor ¶
func (*PreflightSchemaRequest) Descriptor() ([]byte, []int)
func (*PreflightSchemaRequest) GetChanges ¶
func (m *PreflightSchemaRequest) GetChanges() []string
func (*PreflightSchemaRequest) ProtoMessage ¶
func (*PreflightSchemaRequest) ProtoMessage()
func (*PreflightSchemaRequest) Reset ¶
func (m *PreflightSchemaRequest) Reset()
func (*PreflightSchemaRequest) String ¶
func (m *PreflightSchemaRequest) String() string
func (*PreflightSchemaRequest) XXX_DiscardUnknown ¶
func (m *PreflightSchemaRequest) XXX_DiscardUnknown()
func (*PreflightSchemaRequest) XXX_Marshal ¶
func (m *PreflightSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PreflightSchemaRequest) XXX_Merge ¶
func (dst *PreflightSchemaRequest) XXX_Merge(src proto.Message)
func (*PreflightSchemaRequest) XXX_Size ¶
func (m *PreflightSchemaRequest) XXX_Size() int
func (*PreflightSchemaRequest) XXX_Unmarshal ¶
func (m *PreflightSchemaRequest) XXX_Unmarshal(b []byte) error
type PreflightSchemaResponse ¶
type PreflightSchemaResponse struct { // change_results has for each change the schema before and after it. // The number of elements is identical to the length of "changes" in the request. ChangeResults []*SchemaChangeResult `protobuf:"bytes,1,rep,name=change_results,json=changeResults,proto3" json:"change_results,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PreflightSchemaResponse) Descriptor ¶
func (*PreflightSchemaResponse) Descriptor() ([]byte, []int)
func (*PreflightSchemaResponse) GetChangeResults ¶
func (m *PreflightSchemaResponse) GetChangeResults() []*SchemaChangeResult
func (*PreflightSchemaResponse) ProtoMessage ¶
func (*PreflightSchemaResponse) ProtoMessage()
func (*PreflightSchemaResponse) Reset ¶
func (m *PreflightSchemaResponse) Reset()
func (*PreflightSchemaResponse) String ¶
func (m *PreflightSchemaResponse) String() string
func (*PreflightSchemaResponse) XXX_DiscardUnknown ¶
func (m *PreflightSchemaResponse) XXX_DiscardUnknown()
func (*PreflightSchemaResponse) XXX_Marshal ¶
func (m *PreflightSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PreflightSchemaResponse) XXX_Merge ¶
func (dst *PreflightSchemaResponse) XXX_Merge(src proto.Message)
func (*PreflightSchemaResponse) XXX_Size ¶
func (m *PreflightSchemaResponse) XXX_Size() int
func (*PreflightSchemaResponse) XXX_Unmarshal ¶
func (m *PreflightSchemaResponse) XXX_Unmarshal(b []byte) error
type PromoteSlaveRequest ¶
type PromoteSlaveRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PromoteSlaveRequest) Descriptor ¶
func (*PromoteSlaveRequest) Descriptor() ([]byte, []int)
func (*PromoteSlaveRequest) ProtoMessage ¶
func (*PromoteSlaveRequest) ProtoMessage()
func (*PromoteSlaveRequest) Reset ¶
func (m *PromoteSlaveRequest) Reset()
func (*PromoteSlaveRequest) String ¶
func (m *PromoteSlaveRequest) String() string
func (*PromoteSlaveRequest) XXX_DiscardUnknown ¶
func (m *PromoteSlaveRequest) XXX_DiscardUnknown()
func (*PromoteSlaveRequest) XXX_Marshal ¶
func (m *PromoteSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PromoteSlaveRequest) XXX_Merge ¶
func (dst *PromoteSlaveRequest) XXX_Merge(src proto.Message)
func (*PromoteSlaveRequest) XXX_Size ¶
func (m *PromoteSlaveRequest) XXX_Size() int
func (*PromoteSlaveRequest) XXX_Unmarshal ¶
func (m *PromoteSlaveRequest) XXX_Unmarshal(b []byte) error
type PromoteSlaveResponse ¶
type PromoteSlaveResponse struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PromoteSlaveResponse) Descriptor ¶
func (*PromoteSlaveResponse) Descriptor() ([]byte, []int)
func (*PromoteSlaveResponse) GetPosition ¶
func (m *PromoteSlaveResponse) GetPosition() string
func (*PromoteSlaveResponse) ProtoMessage ¶
func (*PromoteSlaveResponse) ProtoMessage()
func (*PromoteSlaveResponse) Reset ¶
func (m *PromoteSlaveResponse) Reset()
func (*PromoteSlaveResponse) String ¶
func (m *PromoteSlaveResponse) String() string
func (*PromoteSlaveResponse) XXX_DiscardUnknown ¶
func (m *PromoteSlaveResponse) XXX_DiscardUnknown()
func (*PromoteSlaveResponse) XXX_Marshal ¶
func (m *PromoteSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PromoteSlaveResponse) XXX_Merge ¶
func (dst *PromoteSlaveResponse) XXX_Merge(src proto.Message)
func (*PromoteSlaveResponse) XXX_Size ¶
func (m *PromoteSlaveResponse) XXX_Size() int
func (*PromoteSlaveResponse) XXX_Unmarshal ¶
func (m *PromoteSlaveResponse) XXX_Unmarshal(b []byte) error
type PromoteSlaveWhenCaughtUpRequest ¶
type PromoteSlaveWhenCaughtUpRequest struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PromoteSlaveWhenCaughtUpRequest) Descriptor ¶
func (*PromoteSlaveWhenCaughtUpRequest) Descriptor() ([]byte, []int)
func (*PromoteSlaveWhenCaughtUpRequest) GetPosition ¶
func (m *PromoteSlaveWhenCaughtUpRequest) GetPosition() string
func (*PromoteSlaveWhenCaughtUpRequest) ProtoMessage ¶
func (*PromoteSlaveWhenCaughtUpRequest) ProtoMessage()
func (*PromoteSlaveWhenCaughtUpRequest) Reset ¶
func (m *PromoteSlaveWhenCaughtUpRequest) Reset()
func (*PromoteSlaveWhenCaughtUpRequest) String ¶
func (m *PromoteSlaveWhenCaughtUpRequest) String() string
func (*PromoteSlaveWhenCaughtUpRequest) XXX_DiscardUnknown ¶
func (m *PromoteSlaveWhenCaughtUpRequest) XXX_DiscardUnknown()
func (*PromoteSlaveWhenCaughtUpRequest) XXX_Marshal ¶
func (m *PromoteSlaveWhenCaughtUpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PromoteSlaveWhenCaughtUpRequest) XXX_Merge ¶
func (dst *PromoteSlaveWhenCaughtUpRequest) XXX_Merge(src proto.Message)
func (*PromoteSlaveWhenCaughtUpRequest) XXX_Size ¶
func (m *PromoteSlaveWhenCaughtUpRequest) XXX_Size() int
func (*PromoteSlaveWhenCaughtUpRequest) XXX_Unmarshal ¶
func (m *PromoteSlaveWhenCaughtUpRequest) XXX_Unmarshal(b []byte) error
type PromoteSlaveWhenCaughtUpResponse ¶
type PromoteSlaveWhenCaughtUpResponse struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PromoteSlaveWhenCaughtUpResponse) Descriptor ¶
func (*PromoteSlaveWhenCaughtUpResponse) Descriptor() ([]byte, []int)
func (*PromoteSlaveWhenCaughtUpResponse) GetPosition ¶
func (m *PromoteSlaveWhenCaughtUpResponse) GetPosition() string
func (*PromoteSlaveWhenCaughtUpResponse) ProtoMessage ¶
func (*PromoteSlaveWhenCaughtUpResponse) ProtoMessage()
func (*PromoteSlaveWhenCaughtUpResponse) Reset ¶
func (m *PromoteSlaveWhenCaughtUpResponse) Reset()
func (*PromoteSlaveWhenCaughtUpResponse) String ¶
func (m *PromoteSlaveWhenCaughtUpResponse) String() string
func (*PromoteSlaveWhenCaughtUpResponse) XXX_DiscardUnknown ¶
func (m *PromoteSlaveWhenCaughtUpResponse) XXX_DiscardUnknown()
func (*PromoteSlaveWhenCaughtUpResponse) XXX_Marshal ¶
func (m *PromoteSlaveWhenCaughtUpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PromoteSlaveWhenCaughtUpResponse) XXX_Merge ¶
func (dst *PromoteSlaveWhenCaughtUpResponse) XXX_Merge(src proto.Message)
func (*PromoteSlaveWhenCaughtUpResponse) XXX_Size ¶
func (m *PromoteSlaveWhenCaughtUpResponse) XXX_Size() int
func (*PromoteSlaveWhenCaughtUpResponse) XXX_Unmarshal ¶
func (m *PromoteSlaveWhenCaughtUpResponse) XXX_Unmarshal(b []byte) error
type RefreshStateRequest ¶
type RefreshStateRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RefreshStateRequest) Descriptor ¶
func (*RefreshStateRequest) Descriptor() ([]byte, []int)
func (*RefreshStateRequest) ProtoMessage ¶
func (*RefreshStateRequest) ProtoMessage()
func (*RefreshStateRequest) Reset ¶
func (m *RefreshStateRequest) Reset()
func (*RefreshStateRequest) String ¶
func (m *RefreshStateRequest) String() string
func (*RefreshStateRequest) XXX_DiscardUnknown ¶
func (m *RefreshStateRequest) XXX_DiscardUnknown()
func (*RefreshStateRequest) XXX_Marshal ¶
func (m *RefreshStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefreshStateRequest) XXX_Merge ¶
func (dst *RefreshStateRequest) XXX_Merge(src proto.Message)
func (*RefreshStateRequest) XXX_Size ¶
func (m *RefreshStateRequest) XXX_Size() int
func (*RefreshStateRequest) XXX_Unmarshal ¶
func (m *RefreshStateRequest) XXX_Unmarshal(b []byte) error
type RefreshStateResponse ¶
type RefreshStateResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RefreshStateResponse) Descriptor ¶
func (*RefreshStateResponse) Descriptor() ([]byte, []int)
func (*RefreshStateResponse) ProtoMessage ¶
func (*RefreshStateResponse) ProtoMessage()
func (*RefreshStateResponse) Reset ¶
func (m *RefreshStateResponse) Reset()
func (*RefreshStateResponse) String ¶
func (m *RefreshStateResponse) String() string
func (*RefreshStateResponse) XXX_DiscardUnknown ¶
func (m *RefreshStateResponse) XXX_DiscardUnknown()
func (*RefreshStateResponse) XXX_Marshal ¶
func (m *RefreshStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RefreshStateResponse) XXX_Merge ¶
func (dst *RefreshStateResponse) XXX_Merge(src proto.Message)
func (*RefreshStateResponse) XXX_Size ¶
func (m *RefreshStateResponse) XXX_Size() int
func (*RefreshStateResponse) XXX_Unmarshal ¶
func (m *RefreshStateResponse) XXX_Unmarshal(b []byte) error
type ReloadSchemaRequest ¶
type ReloadSchemaRequest struct { // wait_position allows scheduling a schema reload to occur after a // given DDL has replicated to this slave, by specifying a replication // position to wait for. Leave empty to trigger the reload immediately. WaitPosition string `protobuf:"bytes,1,opt,name=wait_position,json=waitPosition,proto3" json:"wait_position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReloadSchemaRequest) Descriptor ¶
func (*ReloadSchemaRequest) Descriptor() ([]byte, []int)
func (*ReloadSchemaRequest) GetWaitPosition ¶
func (m *ReloadSchemaRequest) GetWaitPosition() string
func (*ReloadSchemaRequest) ProtoMessage ¶
func (*ReloadSchemaRequest) ProtoMessage()
func (*ReloadSchemaRequest) Reset ¶
func (m *ReloadSchemaRequest) Reset()
func (*ReloadSchemaRequest) String ¶
func (m *ReloadSchemaRequest) String() string
func (*ReloadSchemaRequest) XXX_DiscardUnknown ¶
func (m *ReloadSchemaRequest) XXX_DiscardUnknown()
func (*ReloadSchemaRequest) XXX_Marshal ¶
func (m *ReloadSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReloadSchemaRequest) XXX_Merge ¶
func (dst *ReloadSchemaRequest) XXX_Merge(src proto.Message)
func (*ReloadSchemaRequest) XXX_Size ¶
func (m *ReloadSchemaRequest) XXX_Size() int
func (*ReloadSchemaRequest) XXX_Unmarshal ¶
func (m *ReloadSchemaRequest) XXX_Unmarshal(b []byte) error
type ReloadSchemaResponse ¶
type ReloadSchemaResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReloadSchemaResponse) Descriptor ¶
func (*ReloadSchemaResponse) Descriptor() ([]byte, []int)
func (*ReloadSchemaResponse) ProtoMessage ¶
func (*ReloadSchemaResponse) ProtoMessage()
func (*ReloadSchemaResponse) Reset ¶
func (m *ReloadSchemaResponse) Reset()
func (*ReloadSchemaResponse) String ¶
func (m *ReloadSchemaResponse) String() string
func (*ReloadSchemaResponse) XXX_DiscardUnknown ¶
func (m *ReloadSchemaResponse) XXX_DiscardUnknown()
func (*ReloadSchemaResponse) XXX_Marshal ¶
func (m *ReloadSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReloadSchemaResponse) XXX_Merge ¶
func (dst *ReloadSchemaResponse) XXX_Merge(src proto.Message)
func (*ReloadSchemaResponse) XXX_Size ¶
func (m *ReloadSchemaResponse) XXX_Size() int
func (*ReloadSchemaResponse) XXX_Unmarshal ¶
func (m *ReloadSchemaResponse) XXX_Unmarshal(b []byte) error
type ResetReplicationRequest ¶
type ResetReplicationRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResetReplicationRequest) Descriptor ¶
func (*ResetReplicationRequest) Descriptor() ([]byte, []int)
func (*ResetReplicationRequest) ProtoMessage ¶
func (*ResetReplicationRequest) ProtoMessage()
func (*ResetReplicationRequest) Reset ¶
func (m *ResetReplicationRequest) Reset()
func (*ResetReplicationRequest) String ¶
func (m *ResetReplicationRequest) String() string
func (*ResetReplicationRequest) XXX_DiscardUnknown ¶
func (m *ResetReplicationRequest) XXX_DiscardUnknown()
func (*ResetReplicationRequest) XXX_Marshal ¶
func (m *ResetReplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResetReplicationRequest) XXX_Merge ¶
func (dst *ResetReplicationRequest) XXX_Merge(src proto.Message)
func (*ResetReplicationRequest) XXX_Size ¶
func (m *ResetReplicationRequest) XXX_Size() int
func (*ResetReplicationRequest) XXX_Unmarshal ¶
func (m *ResetReplicationRequest) XXX_Unmarshal(b []byte) error
type ResetReplicationResponse ¶
type ResetReplicationResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResetReplicationResponse) Descriptor ¶
func (*ResetReplicationResponse) Descriptor() ([]byte, []int)
func (*ResetReplicationResponse) ProtoMessage ¶
func (*ResetReplicationResponse) ProtoMessage()
func (*ResetReplicationResponse) Reset ¶
func (m *ResetReplicationResponse) Reset()
func (*ResetReplicationResponse) String ¶
func (m *ResetReplicationResponse) String() string
func (*ResetReplicationResponse) XXX_DiscardUnknown ¶
func (m *ResetReplicationResponse) XXX_DiscardUnknown()
func (*ResetReplicationResponse) XXX_Marshal ¶
func (m *ResetReplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResetReplicationResponse) XXX_Merge ¶
func (dst *ResetReplicationResponse) XXX_Merge(src proto.Message)
func (*ResetReplicationResponse) XXX_Size ¶
func (m *ResetReplicationResponse) XXX_Size() int
func (*ResetReplicationResponse) XXX_Unmarshal ¶
func (m *ResetReplicationResponse) XXX_Unmarshal(b []byte) error
type RestoreFromBackupRequest ¶
type RestoreFromBackupRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RestoreFromBackupRequest) Descriptor ¶
func (*RestoreFromBackupRequest) Descriptor() ([]byte, []int)
func (*RestoreFromBackupRequest) ProtoMessage ¶
func (*RestoreFromBackupRequest) ProtoMessage()
func (*RestoreFromBackupRequest) Reset ¶
func (m *RestoreFromBackupRequest) Reset()
func (*RestoreFromBackupRequest) String ¶
func (m *RestoreFromBackupRequest) String() string
func (*RestoreFromBackupRequest) XXX_DiscardUnknown ¶
func (m *RestoreFromBackupRequest) XXX_DiscardUnknown()
func (*RestoreFromBackupRequest) XXX_Marshal ¶
func (m *RestoreFromBackupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestoreFromBackupRequest) XXX_Merge ¶
func (dst *RestoreFromBackupRequest) XXX_Merge(src proto.Message)
func (*RestoreFromBackupRequest) XXX_Size ¶
func (m *RestoreFromBackupRequest) XXX_Size() int
func (*RestoreFromBackupRequest) XXX_Unmarshal ¶
func (m *RestoreFromBackupRequest) XXX_Unmarshal(b []byte) error
type RestoreFromBackupResponse ¶
type RestoreFromBackupResponse struct { Event *logutil.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RestoreFromBackupResponse) Descriptor ¶
func (*RestoreFromBackupResponse) Descriptor() ([]byte, []int)
func (*RestoreFromBackupResponse) GetEvent ¶
func (m *RestoreFromBackupResponse) GetEvent() *logutil.Event
func (*RestoreFromBackupResponse) ProtoMessage ¶
func (*RestoreFromBackupResponse) ProtoMessage()
func (*RestoreFromBackupResponse) Reset ¶
func (m *RestoreFromBackupResponse) Reset()
func (*RestoreFromBackupResponse) String ¶
func (m *RestoreFromBackupResponse) String() string
func (*RestoreFromBackupResponse) XXX_DiscardUnknown ¶
func (m *RestoreFromBackupResponse) XXX_DiscardUnknown()
func (*RestoreFromBackupResponse) XXX_Marshal ¶
func (m *RestoreFromBackupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestoreFromBackupResponse) XXX_Merge ¶
func (dst *RestoreFromBackupResponse) XXX_Merge(src proto.Message)
func (*RestoreFromBackupResponse) XXX_Size ¶
func (m *RestoreFromBackupResponse) XXX_Size() int
func (*RestoreFromBackupResponse) XXX_Unmarshal ¶
func (m *RestoreFromBackupResponse) XXX_Unmarshal(b []byte) error
type RunHealthCheckRequest ¶
type RunHealthCheckRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RunHealthCheckRequest) Descriptor ¶
func (*RunHealthCheckRequest) Descriptor() ([]byte, []int)
func (*RunHealthCheckRequest) ProtoMessage ¶
func (*RunHealthCheckRequest) ProtoMessage()
func (*RunHealthCheckRequest) Reset ¶
func (m *RunHealthCheckRequest) Reset()
func (*RunHealthCheckRequest) String ¶
func (m *RunHealthCheckRequest) String() string
func (*RunHealthCheckRequest) XXX_DiscardUnknown ¶
func (m *RunHealthCheckRequest) XXX_DiscardUnknown()
func (*RunHealthCheckRequest) XXX_Marshal ¶
func (m *RunHealthCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RunHealthCheckRequest) XXX_Merge ¶
func (dst *RunHealthCheckRequest) XXX_Merge(src proto.Message)
func (*RunHealthCheckRequest) XXX_Size ¶
func (m *RunHealthCheckRequest) XXX_Size() int
func (*RunHealthCheckRequest) XXX_Unmarshal ¶
func (m *RunHealthCheckRequest) XXX_Unmarshal(b []byte) error
type RunHealthCheckResponse ¶
type RunHealthCheckResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RunHealthCheckResponse) Descriptor ¶
func (*RunHealthCheckResponse) Descriptor() ([]byte, []int)
func (*RunHealthCheckResponse) ProtoMessage ¶
func (*RunHealthCheckResponse) ProtoMessage()
func (*RunHealthCheckResponse) Reset ¶
func (m *RunHealthCheckResponse) Reset()
func (*RunHealthCheckResponse) String ¶
func (m *RunHealthCheckResponse) String() string
func (*RunHealthCheckResponse) XXX_DiscardUnknown ¶
func (m *RunHealthCheckResponse) XXX_DiscardUnknown()
func (*RunHealthCheckResponse) XXX_Marshal ¶
func (m *RunHealthCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RunHealthCheckResponse) XXX_Merge ¶
func (dst *RunHealthCheckResponse) XXX_Merge(src proto.Message)
func (*RunHealthCheckResponse) XXX_Size ¶
func (m *RunHealthCheckResponse) XXX_Size() int
func (*RunHealthCheckResponse) XXX_Unmarshal ¶
func (m *RunHealthCheckResponse) XXX_Unmarshal(b []byte) error
type SchemaChangeResult ¶
type SchemaChangeResult struct { // before_schema holds the schema before each change. BeforeSchema *SchemaDefinition `protobuf:"bytes,1,opt,name=before_schema,json=beforeSchema,proto3" json:"before_schema,omitempty"` // after_schema holds the schema after each change. AfterSchema *SchemaDefinition `protobuf:"bytes,2,opt,name=after_schema,json=afterSchema,proto3" json:"after_schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SchemaChangeResult) Descriptor ¶
func (*SchemaChangeResult) Descriptor() ([]byte, []int)
func (*SchemaChangeResult) GetAfterSchema ¶
func (m *SchemaChangeResult) GetAfterSchema() *SchemaDefinition
func (*SchemaChangeResult) GetBeforeSchema ¶
func (m *SchemaChangeResult) GetBeforeSchema() *SchemaDefinition
func (*SchemaChangeResult) ProtoMessage ¶
func (*SchemaChangeResult) ProtoMessage()
func (*SchemaChangeResult) Reset ¶
func (m *SchemaChangeResult) Reset()
func (*SchemaChangeResult) String ¶
func (m *SchemaChangeResult) String() string
func (*SchemaChangeResult) XXX_DiscardUnknown ¶
func (m *SchemaChangeResult) XXX_DiscardUnknown()
func (*SchemaChangeResult) XXX_Marshal ¶
func (m *SchemaChangeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SchemaChangeResult) XXX_Merge ¶
func (dst *SchemaChangeResult) XXX_Merge(src proto.Message)
func (*SchemaChangeResult) XXX_Size ¶
func (m *SchemaChangeResult) XXX_Size() int
func (*SchemaChangeResult) XXX_Unmarshal ¶
func (m *SchemaChangeResult) XXX_Unmarshal(b []byte) error
type SchemaDefinition ¶
type SchemaDefinition struct { DatabaseSchema string `protobuf:"bytes,1,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"` TableDefinitions []*TableDefinition `protobuf:"bytes,2,rep,name=table_definitions,json=tableDefinitions,proto3" json:"table_definitions,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SchemaDefinition) Descriptor ¶
func (*SchemaDefinition) Descriptor() ([]byte, []int)
func (*SchemaDefinition) GetDatabaseSchema ¶
func (m *SchemaDefinition) GetDatabaseSchema() string
func (*SchemaDefinition) GetTableDefinitions ¶
func (m *SchemaDefinition) GetTableDefinitions() []*TableDefinition
func (*SchemaDefinition) GetVersion ¶
func (m *SchemaDefinition) GetVersion() string
func (*SchemaDefinition) ProtoMessage ¶
func (*SchemaDefinition) ProtoMessage()
func (*SchemaDefinition) Reset ¶
func (m *SchemaDefinition) Reset()
func (*SchemaDefinition) String ¶
func (m *SchemaDefinition) String() string
func (*SchemaDefinition) XXX_DiscardUnknown ¶
func (m *SchemaDefinition) XXX_DiscardUnknown()
func (*SchemaDefinition) XXX_Marshal ¶
func (m *SchemaDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SchemaDefinition) XXX_Merge ¶
func (dst *SchemaDefinition) XXX_Merge(src proto.Message)
func (*SchemaDefinition) XXX_Size ¶
func (m *SchemaDefinition) XXX_Size() int
func (*SchemaDefinition) XXX_Unmarshal ¶
func (m *SchemaDefinition) XXX_Unmarshal(b []byte) error
type SetMasterRequest ¶
type SetMasterRequest struct { Parent *topodata.TabletAlias `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` TimeCreatedNs int64 `protobuf:"varint,2,opt,name=time_created_ns,json=timeCreatedNs,proto3" json:"time_created_ns,omitempty"` ForceStartSlave bool `protobuf:"varint,3,opt,name=force_start_slave,json=forceStartSlave,proto3" json:"force_start_slave,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetMasterRequest) Descriptor ¶
func (*SetMasterRequest) Descriptor() ([]byte, []int)
func (*SetMasterRequest) GetForceStartSlave ¶
func (m *SetMasterRequest) GetForceStartSlave() bool
func (*SetMasterRequest) GetParent ¶
func (m *SetMasterRequest) GetParent() *topodata.TabletAlias
func (*SetMasterRequest) GetTimeCreatedNs ¶
func (m *SetMasterRequest) GetTimeCreatedNs() int64
func (*SetMasterRequest) ProtoMessage ¶
func (*SetMasterRequest) ProtoMessage()
func (*SetMasterRequest) Reset ¶
func (m *SetMasterRequest) Reset()
func (*SetMasterRequest) String ¶
func (m *SetMasterRequest) String() string
func (*SetMasterRequest) XXX_DiscardUnknown ¶
func (m *SetMasterRequest) XXX_DiscardUnknown()
func (*SetMasterRequest) XXX_Marshal ¶
func (m *SetMasterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetMasterRequest) XXX_Merge ¶
func (dst *SetMasterRequest) XXX_Merge(src proto.Message)
func (*SetMasterRequest) XXX_Size ¶
func (m *SetMasterRequest) XXX_Size() int
func (*SetMasterRequest) XXX_Unmarshal ¶
func (m *SetMasterRequest) XXX_Unmarshal(b []byte) error
type SetMasterResponse ¶
type SetMasterResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetMasterResponse) Descriptor ¶
func (*SetMasterResponse) Descriptor() ([]byte, []int)
func (*SetMasterResponse) ProtoMessage ¶
func (*SetMasterResponse) ProtoMessage()
func (*SetMasterResponse) Reset ¶
func (m *SetMasterResponse) Reset()
func (*SetMasterResponse) String ¶
func (m *SetMasterResponse) String() string
func (*SetMasterResponse) XXX_DiscardUnknown ¶
func (m *SetMasterResponse) XXX_DiscardUnknown()
func (*SetMasterResponse) XXX_Marshal ¶
func (m *SetMasterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetMasterResponse) XXX_Merge ¶
func (dst *SetMasterResponse) XXX_Merge(src proto.Message)
func (*SetMasterResponse) XXX_Size ¶
func (m *SetMasterResponse) XXX_Size() int
func (*SetMasterResponse) XXX_Unmarshal ¶
func (m *SetMasterResponse) XXX_Unmarshal(b []byte) error
type SetReadOnlyRequest ¶
type SetReadOnlyRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetReadOnlyRequest) Descriptor ¶
func (*SetReadOnlyRequest) Descriptor() ([]byte, []int)
func (*SetReadOnlyRequest) ProtoMessage ¶
func (*SetReadOnlyRequest) ProtoMessage()
func (*SetReadOnlyRequest) Reset ¶
func (m *SetReadOnlyRequest) Reset()
func (*SetReadOnlyRequest) String ¶
func (m *SetReadOnlyRequest) String() string
func (*SetReadOnlyRequest) XXX_DiscardUnknown ¶
func (m *SetReadOnlyRequest) XXX_DiscardUnknown()
func (*SetReadOnlyRequest) XXX_Marshal ¶
func (m *SetReadOnlyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetReadOnlyRequest) XXX_Merge ¶
func (dst *SetReadOnlyRequest) XXX_Merge(src proto.Message)
func (*SetReadOnlyRequest) XXX_Size ¶
func (m *SetReadOnlyRequest) XXX_Size() int
func (*SetReadOnlyRequest) XXX_Unmarshal ¶
func (m *SetReadOnlyRequest) XXX_Unmarshal(b []byte) error
type SetReadOnlyResponse ¶
type SetReadOnlyResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetReadOnlyResponse) Descriptor ¶
func (*SetReadOnlyResponse) Descriptor() ([]byte, []int)
func (*SetReadOnlyResponse) ProtoMessage ¶
func (*SetReadOnlyResponse) ProtoMessage()
func (*SetReadOnlyResponse) Reset ¶
func (m *SetReadOnlyResponse) Reset()
func (*SetReadOnlyResponse) String ¶
func (m *SetReadOnlyResponse) String() string
func (*SetReadOnlyResponse) XXX_DiscardUnknown ¶
func (m *SetReadOnlyResponse) XXX_DiscardUnknown()
func (*SetReadOnlyResponse) XXX_Marshal ¶
func (m *SetReadOnlyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetReadOnlyResponse) XXX_Merge ¶
func (dst *SetReadOnlyResponse) XXX_Merge(src proto.Message)
func (*SetReadOnlyResponse) XXX_Size ¶
func (m *SetReadOnlyResponse) XXX_Size() int
func (*SetReadOnlyResponse) XXX_Unmarshal ¶
func (m *SetReadOnlyResponse) XXX_Unmarshal(b []byte) error
type SetReadWriteRequest ¶
type SetReadWriteRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetReadWriteRequest) Descriptor ¶
func (*SetReadWriteRequest) Descriptor() ([]byte, []int)
func (*SetReadWriteRequest) ProtoMessage ¶
func (*SetReadWriteRequest) ProtoMessage()
func (*SetReadWriteRequest) Reset ¶
func (m *SetReadWriteRequest) Reset()
func (*SetReadWriteRequest) String ¶
func (m *SetReadWriteRequest) String() string
func (*SetReadWriteRequest) XXX_DiscardUnknown ¶
func (m *SetReadWriteRequest) XXX_DiscardUnknown()
func (*SetReadWriteRequest) XXX_Marshal ¶
func (m *SetReadWriteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetReadWriteRequest) XXX_Merge ¶
func (dst *SetReadWriteRequest) XXX_Merge(src proto.Message)
func (*SetReadWriteRequest) XXX_Size ¶
func (m *SetReadWriteRequest) XXX_Size() int
func (*SetReadWriteRequest) XXX_Unmarshal ¶
func (m *SetReadWriteRequest) XXX_Unmarshal(b []byte) error
type SetReadWriteResponse ¶
type SetReadWriteResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetReadWriteResponse) Descriptor ¶
func (*SetReadWriteResponse) Descriptor() ([]byte, []int)
func (*SetReadWriteResponse) ProtoMessage ¶
func (*SetReadWriteResponse) ProtoMessage()
func (*SetReadWriteResponse) Reset ¶
func (m *SetReadWriteResponse) Reset()
func (*SetReadWriteResponse) String ¶
func (m *SetReadWriteResponse) String() string
func (*SetReadWriteResponse) XXX_DiscardUnknown ¶
func (m *SetReadWriteResponse) XXX_DiscardUnknown()
func (*SetReadWriteResponse) XXX_Marshal ¶
func (m *SetReadWriteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetReadWriteResponse) XXX_Merge ¶
func (dst *SetReadWriteResponse) XXX_Merge(src proto.Message)
func (*SetReadWriteResponse) XXX_Size ¶
func (m *SetReadWriteResponse) XXX_Size() int
func (*SetReadWriteResponse) XXX_Unmarshal ¶
func (m *SetReadWriteResponse) XXX_Unmarshal(b []byte) error
type SlaveStatusRequest ¶
type SlaveStatusRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SlaveStatusRequest) Descriptor ¶
func (*SlaveStatusRequest) Descriptor() ([]byte, []int)
func (*SlaveStatusRequest) ProtoMessage ¶
func (*SlaveStatusRequest) ProtoMessage()
func (*SlaveStatusRequest) Reset ¶
func (m *SlaveStatusRequest) Reset()
func (*SlaveStatusRequest) String ¶
func (m *SlaveStatusRequest) String() string
func (*SlaveStatusRequest) XXX_DiscardUnknown ¶
func (m *SlaveStatusRequest) XXX_DiscardUnknown()
func (*SlaveStatusRequest) XXX_Marshal ¶
func (m *SlaveStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SlaveStatusRequest) XXX_Merge ¶
func (dst *SlaveStatusRequest) XXX_Merge(src proto.Message)
func (*SlaveStatusRequest) XXX_Size ¶
func (m *SlaveStatusRequest) XXX_Size() int
func (*SlaveStatusRequest) XXX_Unmarshal ¶
func (m *SlaveStatusRequest) XXX_Unmarshal(b []byte) error
type SlaveStatusResponse ¶
type SlaveStatusResponse struct { Status *replicationdata.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SlaveStatusResponse) Descriptor ¶
func (*SlaveStatusResponse) Descriptor() ([]byte, []int)
func (*SlaveStatusResponse) GetStatus ¶
func (m *SlaveStatusResponse) GetStatus() *replicationdata.Status
func (*SlaveStatusResponse) ProtoMessage ¶
func (*SlaveStatusResponse) ProtoMessage()
func (*SlaveStatusResponse) Reset ¶
func (m *SlaveStatusResponse) Reset()
func (*SlaveStatusResponse) String ¶
func (m *SlaveStatusResponse) String() string
func (*SlaveStatusResponse) XXX_DiscardUnknown ¶
func (m *SlaveStatusResponse) XXX_DiscardUnknown()
func (*SlaveStatusResponse) XXX_Marshal ¶
func (m *SlaveStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SlaveStatusResponse) XXX_Merge ¶
func (dst *SlaveStatusResponse) XXX_Merge(src proto.Message)
func (*SlaveStatusResponse) XXX_Size ¶
func (m *SlaveStatusResponse) XXX_Size() int
func (*SlaveStatusResponse) XXX_Unmarshal ¶
func (m *SlaveStatusResponse) XXX_Unmarshal(b []byte) error
type SlaveWasPromotedRequest ¶
type SlaveWasPromotedRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SlaveWasPromotedRequest) Descriptor ¶
func (*SlaveWasPromotedRequest) Descriptor() ([]byte, []int)
func (*SlaveWasPromotedRequest) ProtoMessage ¶
func (*SlaveWasPromotedRequest) ProtoMessage()
func (*SlaveWasPromotedRequest) Reset ¶
func (m *SlaveWasPromotedRequest) Reset()
func (*SlaveWasPromotedRequest) String ¶
func (m *SlaveWasPromotedRequest) String() string
func (*SlaveWasPromotedRequest) XXX_DiscardUnknown ¶
func (m *SlaveWasPromotedRequest) XXX_DiscardUnknown()
func (*SlaveWasPromotedRequest) XXX_Marshal ¶
func (m *SlaveWasPromotedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SlaveWasPromotedRequest) XXX_Merge ¶
func (dst *SlaveWasPromotedRequest) XXX_Merge(src proto.Message)
func (*SlaveWasPromotedRequest) XXX_Size ¶
func (m *SlaveWasPromotedRequest) XXX_Size() int
func (*SlaveWasPromotedRequest) XXX_Unmarshal ¶
func (m *SlaveWasPromotedRequest) XXX_Unmarshal(b []byte) error
type SlaveWasPromotedResponse ¶
type SlaveWasPromotedResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SlaveWasPromotedResponse) Descriptor ¶
func (*SlaveWasPromotedResponse) Descriptor() ([]byte, []int)
func (*SlaveWasPromotedResponse) ProtoMessage ¶
func (*SlaveWasPromotedResponse) ProtoMessage()
func (*SlaveWasPromotedResponse) Reset ¶
func (m *SlaveWasPromotedResponse) Reset()
func (*SlaveWasPromotedResponse) String ¶
func (m *SlaveWasPromotedResponse) String() string
func (*SlaveWasPromotedResponse) XXX_DiscardUnknown ¶
func (m *SlaveWasPromotedResponse) XXX_DiscardUnknown()
func (*SlaveWasPromotedResponse) XXX_Marshal ¶
func (m *SlaveWasPromotedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SlaveWasPromotedResponse) XXX_Merge ¶
func (dst *SlaveWasPromotedResponse) XXX_Merge(src proto.Message)
func (*SlaveWasPromotedResponse) XXX_Size ¶
func (m *SlaveWasPromotedResponse) XXX_Size() int
func (*SlaveWasPromotedResponse) XXX_Unmarshal ¶
func (m *SlaveWasPromotedResponse) XXX_Unmarshal(b []byte) error
type SlaveWasRestartedRequest ¶
type SlaveWasRestartedRequest struct { // the parent alias the tablet should have Parent *topodata.TabletAlias `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SlaveWasRestartedRequest) Descriptor ¶
func (*SlaveWasRestartedRequest) Descriptor() ([]byte, []int)
func (*SlaveWasRestartedRequest) GetParent ¶
func (m *SlaveWasRestartedRequest) GetParent() *topodata.TabletAlias
func (*SlaveWasRestartedRequest) ProtoMessage ¶
func (*SlaveWasRestartedRequest) ProtoMessage()
func (*SlaveWasRestartedRequest) Reset ¶
func (m *SlaveWasRestartedRequest) Reset()
func (*SlaveWasRestartedRequest) String ¶
func (m *SlaveWasRestartedRequest) String() string
func (*SlaveWasRestartedRequest) XXX_DiscardUnknown ¶
func (m *SlaveWasRestartedRequest) XXX_DiscardUnknown()
func (*SlaveWasRestartedRequest) XXX_Marshal ¶
func (m *SlaveWasRestartedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SlaveWasRestartedRequest) XXX_Merge ¶
func (dst *SlaveWasRestartedRequest) XXX_Merge(src proto.Message)
func (*SlaveWasRestartedRequest) XXX_Size ¶
func (m *SlaveWasRestartedRequest) XXX_Size() int
func (*SlaveWasRestartedRequest) XXX_Unmarshal ¶
func (m *SlaveWasRestartedRequest) XXX_Unmarshal(b []byte) error
type SlaveWasRestartedResponse ¶
type SlaveWasRestartedResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SlaveWasRestartedResponse) Descriptor ¶
func (*SlaveWasRestartedResponse) Descriptor() ([]byte, []int)
func (*SlaveWasRestartedResponse) ProtoMessage ¶
func (*SlaveWasRestartedResponse) ProtoMessage()
func (*SlaveWasRestartedResponse) Reset ¶
func (m *SlaveWasRestartedResponse) Reset()
func (*SlaveWasRestartedResponse) String ¶
func (m *SlaveWasRestartedResponse) String() string
func (*SlaveWasRestartedResponse) XXX_DiscardUnknown ¶
func (m *SlaveWasRestartedResponse) XXX_DiscardUnknown()
func (*SlaveWasRestartedResponse) XXX_Marshal ¶
func (m *SlaveWasRestartedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SlaveWasRestartedResponse) XXX_Merge ¶
func (dst *SlaveWasRestartedResponse) XXX_Merge(src proto.Message)
func (*SlaveWasRestartedResponse) XXX_Size ¶
func (m *SlaveWasRestartedResponse) XXX_Size() int
func (*SlaveWasRestartedResponse) XXX_Unmarshal ¶
func (m *SlaveWasRestartedResponse) XXX_Unmarshal(b []byte) error
type SleepRequest ¶
type SleepRequest struct { // duration is in nanoseconds Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SleepRequest) Descriptor ¶
func (*SleepRequest) Descriptor() ([]byte, []int)
func (*SleepRequest) GetDuration ¶
func (m *SleepRequest) GetDuration() int64
func (*SleepRequest) ProtoMessage ¶
func (*SleepRequest) ProtoMessage()
func (*SleepRequest) Reset ¶
func (m *SleepRequest) Reset()
func (*SleepRequest) String ¶
func (m *SleepRequest) String() string
func (*SleepRequest) XXX_DiscardUnknown ¶
func (m *SleepRequest) XXX_DiscardUnknown()
func (*SleepRequest) XXX_Marshal ¶
func (m *SleepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SleepRequest) XXX_Merge ¶
func (dst *SleepRequest) XXX_Merge(src proto.Message)
func (*SleepRequest) XXX_Size ¶
func (m *SleepRequest) XXX_Size() int
func (*SleepRequest) XXX_Unmarshal ¶
func (m *SleepRequest) XXX_Unmarshal(b []byte) error
type SleepResponse ¶
type SleepResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SleepResponse) Descriptor ¶
func (*SleepResponse) Descriptor() ([]byte, []int)
func (*SleepResponse) ProtoMessage ¶
func (*SleepResponse) ProtoMessage()
func (*SleepResponse) Reset ¶
func (m *SleepResponse) Reset()
func (*SleepResponse) String ¶
func (m *SleepResponse) String() string
func (*SleepResponse) XXX_DiscardUnknown ¶
func (m *SleepResponse) XXX_DiscardUnknown()
func (*SleepResponse) XXX_Marshal ¶
func (m *SleepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SleepResponse) XXX_Merge ¶
func (dst *SleepResponse) XXX_Merge(src proto.Message)
func (*SleepResponse) XXX_Size ¶
func (m *SleepResponse) XXX_Size() int
func (*SleepResponse) XXX_Unmarshal ¶
func (m *SleepResponse) XXX_Unmarshal(b []byte) error
type StartSlaveRequest ¶
type StartSlaveRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StartSlaveRequest) Descriptor ¶
func (*StartSlaveRequest) Descriptor() ([]byte, []int)
func (*StartSlaveRequest) ProtoMessage ¶
func (*StartSlaveRequest) ProtoMessage()
func (*StartSlaveRequest) Reset ¶
func (m *StartSlaveRequest) Reset()
func (*StartSlaveRequest) String ¶
func (m *StartSlaveRequest) String() string
func (*StartSlaveRequest) XXX_DiscardUnknown ¶
func (m *StartSlaveRequest) XXX_DiscardUnknown()
func (*StartSlaveRequest) XXX_Marshal ¶
func (m *StartSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StartSlaveRequest) XXX_Merge ¶
func (dst *StartSlaveRequest) XXX_Merge(src proto.Message)
func (*StartSlaveRequest) XXX_Size ¶
func (m *StartSlaveRequest) XXX_Size() int
func (*StartSlaveRequest) XXX_Unmarshal ¶
func (m *StartSlaveRequest) XXX_Unmarshal(b []byte) error
type StartSlaveResponse ¶
type StartSlaveResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StartSlaveResponse) Descriptor ¶
func (*StartSlaveResponse) Descriptor() ([]byte, []int)
func (*StartSlaveResponse) ProtoMessage ¶
func (*StartSlaveResponse) ProtoMessage()
func (*StartSlaveResponse) Reset ¶
func (m *StartSlaveResponse) Reset()
func (*StartSlaveResponse) String ¶
func (m *StartSlaveResponse) String() string
func (*StartSlaveResponse) XXX_DiscardUnknown ¶
func (m *StartSlaveResponse) XXX_DiscardUnknown()
func (*StartSlaveResponse) XXX_Marshal ¶
func (m *StartSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StartSlaveResponse) XXX_Merge ¶
func (dst *StartSlaveResponse) XXX_Merge(src proto.Message)
func (*StartSlaveResponse) XXX_Size ¶
func (m *StartSlaveResponse) XXX_Size() int
func (*StartSlaveResponse) XXX_Unmarshal ¶
func (m *StartSlaveResponse) XXX_Unmarshal(b []byte) error
type StopReplicationAndGetStatusRequest ¶
type StopReplicationAndGetStatusRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopReplicationAndGetStatusRequest) Descriptor ¶
func (*StopReplicationAndGetStatusRequest) Descriptor() ([]byte, []int)
func (*StopReplicationAndGetStatusRequest) ProtoMessage ¶
func (*StopReplicationAndGetStatusRequest) ProtoMessage()
func (*StopReplicationAndGetStatusRequest) Reset ¶
func (m *StopReplicationAndGetStatusRequest) Reset()
func (*StopReplicationAndGetStatusRequest) String ¶
func (m *StopReplicationAndGetStatusRequest) String() string
func (*StopReplicationAndGetStatusRequest) XXX_DiscardUnknown ¶
func (m *StopReplicationAndGetStatusRequest) XXX_DiscardUnknown()
func (*StopReplicationAndGetStatusRequest) XXX_Marshal ¶
func (m *StopReplicationAndGetStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopReplicationAndGetStatusRequest) XXX_Merge ¶
func (dst *StopReplicationAndGetStatusRequest) XXX_Merge(src proto.Message)
func (*StopReplicationAndGetStatusRequest) XXX_Size ¶
func (m *StopReplicationAndGetStatusRequest) XXX_Size() int
func (*StopReplicationAndGetStatusRequest) XXX_Unmarshal ¶
func (m *StopReplicationAndGetStatusRequest) XXX_Unmarshal(b []byte) error
type StopReplicationAndGetStatusResponse ¶
type StopReplicationAndGetStatusResponse struct { Status *replicationdata.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopReplicationAndGetStatusResponse) Descriptor ¶
func (*StopReplicationAndGetStatusResponse) Descriptor() ([]byte, []int)
func (*StopReplicationAndGetStatusResponse) GetStatus ¶
func (m *StopReplicationAndGetStatusResponse) GetStatus() *replicationdata.Status
func (*StopReplicationAndGetStatusResponse) ProtoMessage ¶
func (*StopReplicationAndGetStatusResponse) ProtoMessage()
func (*StopReplicationAndGetStatusResponse) Reset ¶
func (m *StopReplicationAndGetStatusResponse) Reset()
func (*StopReplicationAndGetStatusResponse) String ¶
func (m *StopReplicationAndGetStatusResponse) String() string
func (*StopReplicationAndGetStatusResponse) XXX_DiscardUnknown ¶
func (m *StopReplicationAndGetStatusResponse) XXX_DiscardUnknown()
func (*StopReplicationAndGetStatusResponse) XXX_Marshal ¶
func (m *StopReplicationAndGetStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopReplicationAndGetStatusResponse) XXX_Merge ¶
func (dst *StopReplicationAndGetStatusResponse) XXX_Merge(src proto.Message)
func (*StopReplicationAndGetStatusResponse) XXX_Size ¶
func (m *StopReplicationAndGetStatusResponse) XXX_Size() int
func (*StopReplicationAndGetStatusResponse) XXX_Unmarshal ¶
func (m *StopReplicationAndGetStatusResponse) XXX_Unmarshal(b []byte) error
type StopSlaveMinimumRequest ¶
type StopSlaveMinimumRequest struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` WaitTimeout int64 `protobuf:"varint,2,opt,name=wait_timeout,json=waitTimeout,proto3" json:"wait_timeout,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopSlaveMinimumRequest) Descriptor ¶
func (*StopSlaveMinimumRequest) Descriptor() ([]byte, []int)
func (*StopSlaveMinimumRequest) GetPosition ¶
func (m *StopSlaveMinimumRequest) GetPosition() string
func (*StopSlaveMinimumRequest) GetWaitTimeout ¶
func (m *StopSlaveMinimumRequest) GetWaitTimeout() int64
func (*StopSlaveMinimumRequest) ProtoMessage ¶
func (*StopSlaveMinimumRequest) ProtoMessage()
func (*StopSlaveMinimumRequest) Reset ¶
func (m *StopSlaveMinimumRequest) Reset()
func (*StopSlaveMinimumRequest) String ¶
func (m *StopSlaveMinimumRequest) String() string
func (*StopSlaveMinimumRequest) XXX_DiscardUnknown ¶
func (m *StopSlaveMinimumRequest) XXX_DiscardUnknown()
func (*StopSlaveMinimumRequest) XXX_Marshal ¶
func (m *StopSlaveMinimumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopSlaveMinimumRequest) XXX_Merge ¶
func (dst *StopSlaveMinimumRequest) XXX_Merge(src proto.Message)
func (*StopSlaveMinimumRequest) XXX_Size ¶
func (m *StopSlaveMinimumRequest) XXX_Size() int
func (*StopSlaveMinimumRequest) XXX_Unmarshal ¶
func (m *StopSlaveMinimumRequest) XXX_Unmarshal(b []byte) error
type StopSlaveMinimumResponse ¶
type StopSlaveMinimumResponse struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopSlaveMinimumResponse) Descriptor ¶
func (*StopSlaveMinimumResponse) Descriptor() ([]byte, []int)
func (*StopSlaveMinimumResponse) GetPosition ¶
func (m *StopSlaveMinimumResponse) GetPosition() string
func (*StopSlaveMinimumResponse) ProtoMessage ¶
func (*StopSlaveMinimumResponse) ProtoMessage()
func (*StopSlaveMinimumResponse) Reset ¶
func (m *StopSlaveMinimumResponse) Reset()
func (*StopSlaveMinimumResponse) String ¶
func (m *StopSlaveMinimumResponse) String() string
func (*StopSlaveMinimumResponse) XXX_DiscardUnknown ¶
func (m *StopSlaveMinimumResponse) XXX_DiscardUnknown()
func (*StopSlaveMinimumResponse) XXX_Marshal ¶
func (m *StopSlaveMinimumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopSlaveMinimumResponse) XXX_Merge ¶
func (dst *StopSlaveMinimumResponse) XXX_Merge(src proto.Message)
func (*StopSlaveMinimumResponse) XXX_Size ¶
func (m *StopSlaveMinimumResponse) XXX_Size() int
func (*StopSlaveMinimumResponse) XXX_Unmarshal ¶
func (m *StopSlaveMinimumResponse) XXX_Unmarshal(b []byte) error
type StopSlaveRequest ¶
type StopSlaveRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopSlaveRequest) Descriptor ¶
func (*StopSlaveRequest) Descriptor() ([]byte, []int)
func (*StopSlaveRequest) ProtoMessage ¶
func (*StopSlaveRequest) ProtoMessage()
func (*StopSlaveRequest) Reset ¶
func (m *StopSlaveRequest) Reset()
func (*StopSlaveRequest) String ¶
func (m *StopSlaveRequest) String() string
func (*StopSlaveRequest) XXX_DiscardUnknown ¶
func (m *StopSlaveRequest) XXX_DiscardUnknown()
func (*StopSlaveRequest) XXX_Marshal ¶
func (m *StopSlaveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopSlaveRequest) XXX_Merge ¶
func (dst *StopSlaveRequest) XXX_Merge(src proto.Message)
func (*StopSlaveRequest) XXX_Size ¶
func (m *StopSlaveRequest) XXX_Size() int
func (*StopSlaveRequest) XXX_Unmarshal ¶
func (m *StopSlaveRequest) XXX_Unmarshal(b []byte) error
type StopSlaveResponse ¶
type StopSlaveResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopSlaveResponse) Descriptor ¶
func (*StopSlaveResponse) Descriptor() ([]byte, []int)
func (*StopSlaveResponse) ProtoMessage ¶
func (*StopSlaveResponse) ProtoMessage()
func (*StopSlaveResponse) Reset ¶
func (m *StopSlaveResponse) Reset()
func (*StopSlaveResponse) String ¶
func (m *StopSlaveResponse) String() string
func (*StopSlaveResponse) XXX_DiscardUnknown ¶
func (m *StopSlaveResponse) XXX_DiscardUnknown()
func (*StopSlaveResponse) XXX_Marshal ¶
func (m *StopSlaveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopSlaveResponse) XXX_Merge ¶
func (dst *StopSlaveResponse) XXX_Merge(src proto.Message)
func (*StopSlaveResponse) XXX_Size ¶
func (m *StopSlaveResponse) XXX_Size() int
func (*StopSlaveResponse) XXX_Unmarshal ¶
func (m *StopSlaveResponse) XXX_Unmarshal(b []byte) error
type TableDefinition ¶
type TableDefinition struct { // the table name Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // the SQL to run to create the table Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` // the columns in the order that will be used to dump and load the data Columns []string `protobuf:"bytes,3,rep,name=columns,proto3" json:"columns,omitempty"` // the primary key columns in the primary key order PrimaryKeyColumns []string `protobuf:"bytes,4,rep,name=primary_key_columns,json=primaryKeyColumns,proto3" json:"primary_key_columns,omitempty"` // type is either mysqlctl.TableBaseTable or mysqlctl.TableView Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` // how much space the data file takes. DataLength uint64 `protobuf:"varint,6,opt,name=data_length,json=dataLength,proto3" json:"data_length,omitempty"` // approximate number of rows RowCount uint64 `protobuf:"varint,7,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TableDefinition) Descriptor ¶
func (*TableDefinition) Descriptor() ([]byte, []int)
func (*TableDefinition) GetColumns ¶
func (m *TableDefinition) GetColumns() []string
func (*TableDefinition) GetDataLength ¶
func (m *TableDefinition) GetDataLength() uint64
func (*TableDefinition) GetName ¶
func (m *TableDefinition) GetName() string
func (*TableDefinition) GetPrimaryKeyColumns ¶
func (m *TableDefinition) GetPrimaryKeyColumns() []string
func (*TableDefinition) GetRowCount ¶
func (m *TableDefinition) GetRowCount() uint64
func (*TableDefinition) GetSchema ¶
func (m *TableDefinition) GetSchema() string
func (*TableDefinition) GetType ¶
func (m *TableDefinition) GetType() string
func (*TableDefinition) ProtoMessage ¶
func (*TableDefinition) ProtoMessage()
func (*TableDefinition) Reset ¶
func (m *TableDefinition) Reset()
func (*TableDefinition) String ¶
func (m *TableDefinition) String() string
func (*TableDefinition) XXX_DiscardUnknown ¶
func (m *TableDefinition) XXX_DiscardUnknown()
func (*TableDefinition) XXX_Marshal ¶
func (m *TableDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TableDefinition) XXX_Merge ¶
func (dst *TableDefinition) XXX_Merge(src proto.Message)
func (*TableDefinition) XXX_Size ¶
func (m *TableDefinition) XXX_Size() int
func (*TableDefinition) XXX_Unmarshal ¶
func (m *TableDefinition) XXX_Unmarshal(b []byte) error
type TabletExternallyElectedRequest ¶
type TabletExternallyElectedRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TabletExternallyElectedRequest) Descriptor ¶
func (*TabletExternallyElectedRequest) Descriptor() ([]byte, []int)
func (*TabletExternallyElectedRequest) ProtoMessage ¶
func (*TabletExternallyElectedRequest) ProtoMessage()
func (*TabletExternallyElectedRequest) Reset ¶
func (m *TabletExternallyElectedRequest) Reset()
func (*TabletExternallyElectedRequest) String ¶
func (m *TabletExternallyElectedRequest) String() string
func (*TabletExternallyElectedRequest) XXX_DiscardUnknown ¶
func (m *TabletExternallyElectedRequest) XXX_DiscardUnknown()
func (*TabletExternallyElectedRequest) XXX_Marshal ¶
func (m *TabletExternallyElectedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TabletExternallyElectedRequest) XXX_Merge ¶
func (dst *TabletExternallyElectedRequest) XXX_Merge(src proto.Message)
func (*TabletExternallyElectedRequest) XXX_Size ¶
func (m *TabletExternallyElectedRequest) XXX_Size() int
func (*TabletExternallyElectedRequest) XXX_Unmarshal ¶
func (m *TabletExternallyElectedRequest) XXX_Unmarshal(b []byte) error
type TabletExternallyElectedResponse ¶
type TabletExternallyElectedResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TabletExternallyElectedResponse) Descriptor ¶
func (*TabletExternallyElectedResponse) Descriptor() ([]byte, []int)
func (*TabletExternallyElectedResponse) ProtoMessage ¶
func (*TabletExternallyElectedResponse) ProtoMessage()
func (*TabletExternallyElectedResponse) Reset ¶
func (m *TabletExternallyElectedResponse) Reset()
func (*TabletExternallyElectedResponse) String ¶
func (m *TabletExternallyElectedResponse) String() string
func (*TabletExternallyElectedResponse) XXX_DiscardUnknown ¶
func (m *TabletExternallyElectedResponse) XXX_DiscardUnknown()
func (*TabletExternallyElectedResponse) XXX_Marshal ¶
func (m *TabletExternallyElectedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TabletExternallyElectedResponse) XXX_Merge ¶
func (dst *TabletExternallyElectedResponse) XXX_Merge(src proto.Message)
func (*TabletExternallyElectedResponse) XXX_Size ¶
func (m *TabletExternallyElectedResponse) XXX_Size() int
func (*TabletExternallyElectedResponse) XXX_Unmarshal ¶
func (m *TabletExternallyElectedResponse) XXX_Unmarshal(b []byte) error
type TabletExternallyReparentedRequest ¶
type TabletExternallyReparentedRequest struct { // external_id is an string value that may be provided by an external // agent for tracking purposes. The tablet will emit this string in // events triggered by TabletExternallyReparented, such as VitessReparent. ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TabletExternallyReparentedRequest) Descriptor ¶
func (*TabletExternallyReparentedRequest) Descriptor() ([]byte, []int)
func (*TabletExternallyReparentedRequest) GetExternalId ¶
func (m *TabletExternallyReparentedRequest) GetExternalId() string
func (*TabletExternallyReparentedRequest) ProtoMessage ¶
func (*TabletExternallyReparentedRequest) ProtoMessage()
func (*TabletExternallyReparentedRequest) Reset ¶
func (m *TabletExternallyReparentedRequest) Reset()
func (*TabletExternallyReparentedRequest) String ¶
func (m *TabletExternallyReparentedRequest) String() string
func (*TabletExternallyReparentedRequest) XXX_DiscardUnknown ¶
func (m *TabletExternallyReparentedRequest) XXX_DiscardUnknown()
func (*TabletExternallyReparentedRequest) XXX_Marshal ¶
func (m *TabletExternallyReparentedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TabletExternallyReparentedRequest) XXX_Merge ¶
func (dst *TabletExternallyReparentedRequest) XXX_Merge(src proto.Message)
func (*TabletExternallyReparentedRequest) XXX_Size ¶
func (m *TabletExternallyReparentedRequest) XXX_Size() int
func (*TabletExternallyReparentedRequest) XXX_Unmarshal ¶
func (m *TabletExternallyReparentedRequest) XXX_Unmarshal(b []byte) error
type TabletExternallyReparentedResponse ¶
type TabletExternallyReparentedResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TabletExternallyReparentedResponse) Descriptor ¶
func (*TabletExternallyReparentedResponse) Descriptor() ([]byte, []int)
func (*TabletExternallyReparentedResponse) ProtoMessage ¶
func (*TabletExternallyReparentedResponse) ProtoMessage()
func (*TabletExternallyReparentedResponse) Reset ¶
func (m *TabletExternallyReparentedResponse) Reset()
func (*TabletExternallyReparentedResponse) String ¶
func (m *TabletExternallyReparentedResponse) String() string
func (*TabletExternallyReparentedResponse) XXX_DiscardUnknown ¶
func (m *TabletExternallyReparentedResponse) XXX_DiscardUnknown()
func (*TabletExternallyReparentedResponse) XXX_Marshal ¶
func (m *TabletExternallyReparentedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TabletExternallyReparentedResponse) XXX_Merge ¶
func (dst *TabletExternallyReparentedResponse) XXX_Merge(src proto.Message)
func (*TabletExternallyReparentedResponse) XXX_Size ¶
func (m *TabletExternallyReparentedResponse) XXX_Size() int
func (*TabletExternallyReparentedResponse) XXX_Unmarshal ¶
func (m *TabletExternallyReparentedResponse) XXX_Unmarshal(b []byte) error
type UserPermission ¶
type UserPermission struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` PasswordChecksum uint64 `protobuf:"varint,3,opt,name=password_checksum,json=passwordChecksum,proto3" json:"password_checksum,omitempty"` Privileges map[string]string `` /* 161-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
UserPermission describes a single row in the mysql.user table Primary key is Host+User PasswordChecksum is the crc64 of the password, for security reasons
func (*UserPermission) Descriptor ¶
func (*UserPermission) Descriptor() ([]byte, []int)
func (*UserPermission) GetHost ¶
func (m *UserPermission) GetHost() string
func (*UserPermission) GetPasswordChecksum ¶
func (m *UserPermission) GetPasswordChecksum() uint64
func (*UserPermission) GetPrivileges ¶
func (m *UserPermission) GetPrivileges() map[string]string
func (*UserPermission) GetUser ¶
func (m *UserPermission) GetUser() string
func (*UserPermission) ProtoMessage ¶
func (*UserPermission) ProtoMessage()
func (*UserPermission) Reset ¶
func (m *UserPermission) Reset()
func (*UserPermission) String ¶
func (m *UserPermission) String() string
func (*UserPermission) XXX_DiscardUnknown ¶
func (m *UserPermission) XXX_DiscardUnknown()
func (*UserPermission) XXX_Marshal ¶
func (m *UserPermission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserPermission) XXX_Merge ¶
func (dst *UserPermission) XXX_Merge(src proto.Message)
func (*UserPermission) XXX_Size ¶
func (m *UserPermission) XXX_Size() int
func (*UserPermission) XXX_Unmarshal ¶
func (m *UserPermission) XXX_Unmarshal(b []byte) error
type VReplicationExecRequest ¶
type VReplicationExecRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VReplicationExecRequest) Descriptor ¶
func (*VReplicationExecRequest) Descriptor() ([]byte, []int)
func (*VReplicationExecRequest) GetQuery ¶
func (m *VReplicationExecRequest) GetQuery() string
func (*VReplicationExecRequest) ProtoMessage ¶
func (*VReplicationExecRequest) ProtoMessage()
func (*VReplicationExecRequest) Reset ¶
func (m *VReplicationExecRequest) Reset()
func (*VReplicationExecRequest) String ¶
func (m *VReplicationExecRequest) String() string
func (*VReplicationExecRequest) XXX_DiscardUnknown ¶
func (m *VReplicationExecRequest) XXX_DiscardUnknown()
func (*VReplicationExecRequest) XXX_Marshal ¶
func (m *VReplicationExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VReplicationExecRequest) XXX_Merge ¶
func (dst *VReplicationExecRequest) XXX_Merge(src proto.Message)
func (*VReplicationExecRequest) XXX_Size ¶
func (m *VReplicationExecRequest) XXX_Size() int
func (*VReplicationExecRequest) XXX_Unmarshal ¶
func (m *VReplicationExecRequest) XXX_Unmarshal(b []byte) error
type VReplicationExecResponse ¶
type VReplicationExecResponse struct { Result *query.QueryResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VReplicationExecResponse) Descriptor ¶
func (*VReplicationExecResponse) Descriptor() ([]byte, []int)
func (*VReplicationExecResponse) GetResult ¶
func (m *VReplicationExecResponse) GetResult() *query.QueryResult
func (*VReplicationExecResponse) ProtoMessage ¶
func (*VReplicationExecResponse) ProtoMessage()
func (*VReplicationExecResponse) Reset ¶
func (m *VReplicationExecResponse) Reset()
func (*VReplicationExecResponse) String ¶
func (m *VReplicationExecResponse) String() string
func (*VReplicationExecResponse) XXX_DiscardUnknown ¶
func (m *VReplicationExecResponse) XXX_DiscardUnknown()
func (*VReplicationExecResponse) XXX_Marshal ¶
func (m *VReplicationExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VReplicationExecResponse) XXX_Merge ¶
func (dst *VReplicationExecResponse) XXX_Merge(src proto.Message)
func (*VReplicationExecResponse) XXX_Size ¶
func (m *VReplicationExecResponse) XXX_Size() int
func (*VReplicationExecResponse) XXX_Unmarshal ¶
func (m *VReplicationExecResponse) XXX_Unmarshal(b []byte) error
type VReplicationWaitForPosRequest ¶
type VReplicationWaitForPosRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Position string `protobuf:"bytes,2,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VReplicationWaitForPosRequest) Descriptor ¶
func (*VReplicationWaitForPosRequest) Descriptor() ([]byte, []int)
func (*VReplicationWaitForPosRequest) GetId ¶
func (m *VReplicationWaitForPosRequest) GetId() int64
func (*VReplicationWaitForPosRequest) GetPosition ¶
func (m *VReplicationWaitForPosRequest) GetPosition() string
func (*VReplicationWaitForPosRequest) ProtoMessage ¶
func (*VReplicationWaitForPosRequest) ProtoMessage()
func (*VReplicationWaitForPosRequest) Reset ¶
func (m *VReplicationWaitForPosRequest) Reset()
func (*VReplicationWaitForPosRequest) String ¶
func (m *VReplicationWaitForPosRequest) String() string
func (*VReplicationWaitForPosRequest) XXX_DiscardUnknown ¶
func (m *VReplicationWaitForPosRequest) XXX_DiscardUnknown()
func (*VReplicationWaitForPosRequest) XXX_Marshal ¶
func (m *VReplicationWaitForPosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VReplicationWaitForPosRequest) XXX_Merge ¶
func (dst *VReplicationWaitForPosRequest) XXX_Merge(src proto.Message)
func (*VReplicationWaitForPosRequest) XXX_Size ¶
func (m *VReplicationWaitForPosRequest) XXX_Size() int
func (*VReplicationWaitForPosRequest) XXX_Unmarshal ¶
func (m *VReplicationWaitForPosRequest) XXX_Unmarshal(b []byte) error
type VReplicationWaitForPosResponse ¶
type VReplicationWaitForPosResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VReplicationWaitForPosResponse) Descriptor ¶
func (*VReplicationWaitForPosResponse) Descriptor() ([]byte, []int)
func (*VReplicationWaitForPosResponse) ProtoMessage ¶
func (*VReplicationWaitForPosResponse) ProtoMessage()
func (*VReplicationWaitForPosResponse) Reset ¶
func (m *VReplicationWaitForPosResponse) Reset()
func (*VReplicationWaitForPosResponse) String ¶
func (m *VReplicationWaitForPosResponse) String() string
func (*VReplicationWaitForPosResponse) XXX_DiscardUnknown ¶
func (m *VReplicationWaitForPosResponse) XXX_DiscardUnknown()
func (*VReplicationWaitForPosResponse) XXX_Marshal ¶
func (m *VReplicationWaitForPosResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VReplicationWaitForPosResponse) XXX_Merge ¶
func (dst *VReplicationWaitForPosResponse) XXX_Merge(src proto.Message)
func (*VReplicationWaitForPosResponse) XXX_Size ¶
func (m *VReplicationWaitForPosResponse) XXX_Size() int
func (*VReplicationWaitForPosResponse) XXX_Unmarshal ¶
func (m *VReplicationWaitForPosResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.