MCPcopy
hub / github.com/tsuru/tsuru / instanceTracker

Struct instanceTracker

api/tracker/tracker.go:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type instanceTracker struct {
63 storage trackerTypes.InstanceStorage
64 quit chan struct{}
65 done chan struct{}
66 mu sync.Mutex
67 lastInstance *trackerTypes.TrackedInstance
68}
69
70func (t *instanceTracker) start() {
71 defer close(t.done)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected