apply meta changes only if store is different

This commit is contained in:
Chris Lu
2020-09-05 23:25:03 -07:00
parent d741ed66db
commit 8acd714600
4 changed files with 65 additions and 81 deletions

View File

@@ -42,11 +42,6 @@ type FilerStore interface {
Shutdown()
}
type FilerLocalStore interface {
UpdateOffset(filer string, lastTsNs int64) error
ReadOffset(filer string) (lastTsNs int64, err error)
}
type FilerStoreWrapper struct {
ActualStore FilerStore
}