Watch - Watches for changes in the repository.
| 10 | |
| 11 | // Watch - Watches for changes in the repository. |
| 12 | type Watch struct { |
| 13 | database *db.Memory |
| 14 | } |
| 15 | |
| 16 | // NewWatcher - Creates a new Watcher |
| 17 | func NewWatcher(database *db.Memory) *Watch { |
nothing calls this directly
no outgoing calls
no test coverage detected