frostfs-node/cmd/neofs-node/config
Leonard Lyubich 2bbd4d0ee3 [] node/config: Implement integer casters
Implement `Int` / `Uint` functions which casts value to `int64` / `uint64`.
Implement safe functions `IntSafe` / `UintSafe`.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-02 09:54:00 +03:00
..
internal [] node/config: Implement ENV variable key constructor 2021-06-01 11:45:38 +03:00
logger [] cmd/node: Add .env file for tests 2021-06-01 15:29:08 +03:00
metrics [] cmd/node: Add metrics section to config 2021-06-01 15:29:08 +03:00
profiler [] cmd/node: Add profiler section to config 2021-06-01 15:29:08 +03:00
test [] node/config: Implement integer casters 2021-06-02 09:54:00 +03:00
calls.go [] node/config: Change Sub implementation 2021-06-01 11:45:38 +03:00
calls_test.go [] node/config: Cover ENV variables with unit test 2021-06-01 11:45:38 +03:00
cast.go [] node/config: Implement integer casters 2021-06-02 09:54:00 +03:00
cast_test.go [] node/config: Implement integer casters 2021-06-02 09:54:00 +03:00
config.go [] node/config: Export ENV constants from internal package 2021-06-01 11:45:38 +03:00
opts.go [] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00
util.go [] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00