MCPcopy
hub / github.com/koderover/zadig / dockerhosts

Struct dockerhosts

pkg/tool/dockerhost/docker_host.go:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type dockerhosts struct {
68 rwLock *sync.RWMutex
69 store map[ClusterID]*consistent.Consistent
70 hubServerAddr string
71 syncInterval time.Duration
72
73 logger *zap.SugaredLogger
74}
75
76var dockerHosts DockerHostsI
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected