type Cluster struct { State consts.ReplicationState ClusterID string PrimaryClusterAddr string }
type Clusters struct { DR *Cluster Performance *Cluster }