Versions in this module Expand all Collapse all v0 v0.710.6 Sep 11, 2026 Changes in this version + type Topology struct + Client *ipc.Client + DBPath string + PrimaryDB *sql.DB + Proxy *dbproxy.DBProxy + PubPort int + RPCPort int + SecondaryDB *sql.DB + func New(t testing.TB) *Topology + func (tp *Topology) DrainPrimary(t testing.TB) + func (tp *Topology) HoldWriteLock(t testing.TB, d time.Duration) <-chan struct{} + func (tp *Topology) RPCAddr() string + func (tp *Topology) StartPrimary(t testing.TB) + func (tp *Topology) StopPrimary()