frostfs-node/cmd/neofs-node
Leonard Lyubich 7e11bf9a55 [#493] cmd/node: Implement a basic configuration component
Create `config` package nearby storage node application. Implement `Config`
as a wrapper over `viper.Viper` that provides the minimum functionality
required by the application.

The constructor allows you to read the config from the file. Methods are
provided for reading subsections and values from the config tree. Helper
functions are implemented to cast a value to native Go types.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-01 11:45:38 +03:00
..
config [#493] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00
reputation [#549] network/cache: Change Get signature 2021-05-27 17:07:04 +03:00
accounting.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
attributes.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
cache.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
config.go [#549] node: Add TLS to bootstrap address 2021-05-27 17:07:04 +03:00
container.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
control.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
grpc.go [#552] cmd/node: Implement error checker with details 2021-05-31 10:09:40 +03:00
main.go [#552] cmd/node: Implement error checker with details 2021-05-31 10:09:40 +03:00
metrics.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
morph.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
netmap.go [#552] cmd/node: Implement error checker with details 2021-05-31 10:09:40 +03:00
object.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
pprof.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
reputation.go [#567] cmd/node: Close cached clients on shutdown 2021-05-31 13:11:37 +03:00
session.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
timers.go [#479] cmd/neofs-node: Add eigen trust block timer 2021-04-19 09:35:54 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00