# Functions
NewReplicationOption creates a new ReplicationOption instance, with the specified |name| and |value|.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
IntegerReplicationOptionValue is a ReplicationOptionValue implementation that holds an integer value.
ReplicaStatus stores the status of a single binlog replica and is returned by `SHOW REPLICA STATUS`.
ReplicationOption represents a single option for replication configuration, as specified through the CHANGE REPLICATION SOURCE TO command: https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html.
StringReplicationOptionValue is a ReplicationOptionValue implementation that holds a string value.
TableNamesReplicationOptionValue is a ReplicationOptionValue implementation that holds a list of table names for its value.
# Interfaces
BinlogReplicaController allows callers to control a binlog replica.
ReplicationOptionValue defines an interface for configuration option values for binlog replication.