MCPcopy
hub / github.com/golang-migrate/migrate / Instance

Interface Instance

testing/testing.go:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type Instance interface {
98 Host() string
99 Port() uint
100 PortFor(int) uint
101 NetworkSettings() dockercontainer.NetworkSettings
102 KeepForDebugging()
103}

Callers 8

isReadyFunction · 0.65
TestFunction · 0.65
TestMigrateFunction · 0.65
TestMalformedFunction · 0.65
isReadyFunction · 0.65
testFunction · 0.65
testMigrateFunction · 0.65
testMultiStatementFunction · 0.65

Implementers 1

DockerContainertesting/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…