mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 16:47:24 +08:00
working with reading remote intervals
This commit is contained in:
@@ -30,9 +30,9 @@ type FilerStoreWrapper struct {
|
||||
actualStore FilerStore
|
||||
}
|
||||
|
||||
func NewFilerStoreWrapper(store FilerStore) *FilerStoreWrapper{
|
||||
func NewFilerStoreWrapper(store FilerStore) *FilerStoreWrapper {
|
||||
return &FilerStoreWrapper{
|
||||
actualStore:store,
|
||||
actualStore: store,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user