mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
assert FilerStoreWrapper is VirtualFilerStore
This commit is contained in:
parent
85411b8cc3
commit
4e6b316913
|
@ -16,6 +16,8 @@ var (
|
|||
ErrUnsupportedListDirectoryPrefixed = errors.New("unsupported directory prefix listing")
|
||||
ErrKvNotImplemented = errors.New("kv not implemented yet")
|
||||
ErrKvNotFound = errors.New("kv: not found")
|
||||
|
||||
_ = VirtualFilerStore(&FilerStoreWrapper{})
|
||||
)
|
||||
|
||||
type FilerStore interface {
|
||||
|
|
Loading…
Reference in a new issue