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