Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_HEALTHCHECK_QUERY = "SELECT 1;"
Variables ¶
This section is empty.
Functions ¶
func HealthCheck ¶
Types ¶
type Replica ¶
type Replica struct { Name string IP string Status *ReplicationInfo }
type ReplicationInfo ¶
func GetReplicationInfo ¶
func GetReplicationInfo(target string) (*ReplicationInfo, error)