| 63 | } |
| 64 | |
| 65 | type memoryStatusTracker struct { |
| 66 | statuses map[string]Status |
| 67 | m sync.Mutex |
| 68 | locker *locker.Locker |
| 69 | } |
| 70 | |
| 71 | // NewInMemoryTracker returns a StatusTracker that tracks content status in-memory |
| 72 | func NewInMemoryTracker() StatusTrackLocker { |
nothing calls this directly
no outgoing calls
no test coverage detected