MCPcopy
hub / github.com/moby/moby / DockerSwarmSuite

Struct DockerSwarmSuite

integration-cli/check_test.go:569–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567const defaultSwarmPort = 2477
568
569type DockerSwarmSuite struct {
570 server *httptest.Server
571 ds *DockerSuite
572 daemonsLock sync.Mutex // protect access to daemons and portIndex
573 daemons []*daemon.Daemon
574 portIndex int
575}
576
577func (s *DockerSwarmSuite) OnTimeout(t *testing.T) {
578 s.daemonsLock.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected