PrimaryDns returns the DNS for the primary database. Not suitable for RPCs used in replication e.g. StartReplication. See ReplicationDns.
()
| 68 | // PrimaryDns returns the DNS for the primary database. Not suitable for RPCs used in replication e.g. |
| 69 | // StartReplication. See ReplicationDns. |
| 70 | func (r *LogicalReplicator) PrimaryDns() string { |
| 71 | return r.primaryDns |
| 72 | } |
| 73 | |
| 74 | // ReplicationDns returns the DNS for the primary database with the replication query parameter appended. Not suitable |
| 75 | // for normal query RPCs. |
no outgoing calls
no test coverage detected