frostfs-node/cmd/neofs-node
Alex Vanin 1759ff57f1 [#36] Parse attributes from node config
Well-known attributes set up with explicit configuration
values, other attributes set up from chain of attributes.

Chain of attributes is a string, that contains keys-value pairs,
divided by semicolon. Pairs itself divided by slash.

E.g. "StorageType:HDD/RPM:7200"

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-02 11:25:36 +03:00
..
accounting.go [#28] Make storage node configurable 2020-10-02 11:25:35 +03:00
config.go [#36] Parse attributes from node config 2020-10-02 11:25:36 +03:00
container.go [#28] Make storage node configurable 2020-10-02 11:25:35 +03:00
grpc.go [#28] Make storage node configurable 2020-10-02 11:25:35 +03:00
main.go [#28] Make storage node configurable 2020-10-02 11:25:35 +03:00
morph.go [#36] Parse attributes from node config 2020-10-02 11:25:36 +03:00
object.go [#13] neofs-node: Implement Object.GetRangeHash executor 2020-10-02 11:25:35 +03:00
session.go [#12] Serve gRPC session service in neofs-node app 2020-10-02 11:25:35 +03:00