MCPcopy
hub / github.com/tsuru/tsuru / logStreamTracker

Struct logStreamTracker

api/logtracker.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type logStreamTracker struct {
15 sync.Mutex
16 conn map[appTypes.LogWatcher]struct{}
17}
18
19func (t *logStreamTracker) add(l appTypes.LogWatcher) {
20 t.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected