[#323] cmd/node: Compose functions for closing components in app

Closing callback can be registered in app through onShutdown method.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-01-18 11:56:14 +03:00 committed by Alex Vanin
parent 707434efa9
commit 9f41192bff
4 changed files with 29 additions and 4 deletions

View file

@ -187,6 +187,8 @@ type cfg struct {
netStatus *atomic.Int32
healthStatus *atomic.Int32
closers []func()
}
type cfgGRPC struct {