Documentation ¶
Overview ¶
Package replicationdata is a generated protocol buffer package.
It is generated from these files:
replicationdata.proto
It has these top-level messages:
Status
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { Position string `protobuf:"bytes,1,opt,name=position" json:"position,omitempty"` SlaveIoRunning bool `protobuf:"varint,2,opt,name=slave_io_running" json:"slave_io_running,omitempty"` SlaveSqlRunning bool `protobuf:"varint,3,opt,name=slave_sql_running" json:"slave_sql_running,omitempty"` SecondsBehindMaster uint32 `protobuf:"varint,4,opt,name=seconds_behind_master" json:"seconds_behind_master,omitempty"` MasterHost string `protobuf:"bytes,5,opt,name=master_host" json:"master_host,omitempty"` MasterPort int32 `protobuf:"varint,6,opt,name=master_port" json:"master_port,omitempty"` MasterConnectRetry int32 `protobuf:"varint,7,opt,name=master_connect_retry" json:"master_connect_retry,omitempty"` }
Status is the replication status for MySQL (returned by 'show slave status' and parsed into a Position and fields).
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.