forked from TrueCloudLab/frostfs-node
[#2068] writecache: Optimize initial flush existence checking
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
63f604e948
commit
857d2dc3f5
2 changed files with 6 additions and 9 deletions
|
@ -17,6 +17,7 @@ type Option func(*options)
|
|||
// meta is an interface for a metabase.
|
||||
type metabase interface {
|
||||
Exists(meta.ExistsPrm) (meta.ExistsRes, error)
|
||||
StorageID(meta.StorageIDPrm) (meta.StorageIDRes, error)
|
||||
UpdateStorageID(meta.UpdateStorageIDPrm) (meta.UpdateStorageIDRes, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue