lib/model: Refactor folder health/error handling (fixes #6557) (#6558)

This commit is contained in:
Simon Frei
2020-04-21 10:15:59 +02:00
committed by GitHub
parent c63ca4f563
commit 6bbd24de12
4 changed files with 22 additions and 32 deletions
-1
View File
@@ -54,7 +54,6 @@ type service interface {
Scan(subs []string) error
Serve()
Stop()
CheckHealth() error
Errors() []FileError
WatchError() error
ForceRescan(file protocol.FileInfo) error