[#1764] neofs-node: Use constants for storage types

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-09-20 15:42:56 +03:00 committed by fyrchik
parent 9113793688
commit 6f45cc81fc
6 changed files with 16 additions and 7 deletions

View file

@ -19,7 +19,7 @@ func From(c *config.Config) *Config {
// Type returns the storage type.
func (x *Config) Type() string {
return "fstree"
return fstree.Type
}
// Depth returns the value of "depth" config parameter.