# Functions
AddClusterMember records a new cluster member in the trust store of each current cluster member.
AddTrustStoreEntry adds a new record to the truststore on all cluster members.
DeleteTrustStoreEntry deletes the record corresponding to the given cluster member from the trust store.
GetSQL gets a SQL dump of the database.
IsForwardedRequest determines if this request has been forwarded from another cluster member.
New returns a new client configured with the given url and certificates.
PostSQL executes a SQL query against the database.
ResetClusterMember clears the state directory of the cluster member, and re-execs its daemon.
RunNewMemberHook executes the OnNewMember hook with the given configuration on the cluster member targeted by this client.
RunOnDaemonConfigUpdateHook executes the OnDaemonConfigUpdate hook with the given configuration on the cluster member targeted by this client.
RunPostRemoveHook executes the PostRemove hook with the given configuration on the cluster member targeted by this client.
RunPreRemoveHook executes the PreRemove hook with the given configuration on the cluster member targeted by this client.
TLSClientConfig returns a TLS configuration suitable for establishing horizontal and vertical connections.