| 65 | } |
| 66 | |
| 67 | type 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 | |
| 76 | var dockerHosts DockerHostsI |
| 77 |
nothing calls this directly
no outgoing calls
no test coverage detected