import "edge-infra.dev/pkg/edge/lighthouse/testutils"
testutils.go
type DialMe struct { DB *cloudsql.EdgePostgres }
func (d DialMe) ConnectionString() string
func (d DialMe) Dial(network, address string) (net.Conn, error)
func (d DialMe) DialTimeout(network, address string, timeout time.Duration) (net.Conn, error)