frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree/rebuild.go

12 lines
271 B
Go
Raw Normal View History

package blobovniczatree
import (
"context"
"git.frostfs.info/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common"
)
func (b *Blobovniczas) Rebuild(_ context.Context, _ common.RebuildPrm) (common.RebuildRes, error) {
return common.RebuildRes{}, nil
}