frostfs-node/pkg/local_object_storage/blobstor/fstree/control.go

11 lines
258 B
Go
Raw Normal View History

package fstree
// Open implements common.Storage.
func (*FSTree) Open(bool) error { return nil }
// Init implements common.Storage.
func (*FSTree) Init() error { return nil }
// Close implements common.Storage.
func (*FSTree) Close() error { return nil }