package
1.1.7
Repository: https://github.com/github/gh-ost.git
Documentation: pkg.go.dev

# Functions

GetInstanceKey reads hostname and port on given DB.
GetReplicationLagFromSlaveStatus returns replication lag for a given db; via SHOW SLAVE STATUS.
GetTableColumns reads column list from given table.
Kill executes a KILL QUERY by connection id.
ParseInstanceKey will parse an InstanceKey from a string representation such as 127.0.0.1:3306.
ParseBinlogCoordinates will parse an InstanceKey from a string representation such as 127.0.0.1:3306.
ParseInstanceKey will parse an InstanceKey from a string representation such as 127.0.0.1:3306.

# Constants

# Structs

BinlogCoordinates described binary log coordinates in the form of log file & log position.
ConnectionConfig is the minimal configuration required to connect to a MySQL server.
InstanceKey is an instance indicator, identified by hostname and port.

# Type aliases

InstanceKeyMap is a convenience struct for listing InstanceKey-s.