forked from TrueCloudLab/frostfs-node
ff814aec26
Keep list of functions which are called first when the server starts (method Server.Start). If any of the starters returns an error, the server will not start. Such starters will mainly be used for resources that need to be initialized after a successful server construction, but before its main work (e.g. local files). Keep list of functions which are called when the server stops (Server.Stop method). Such closers will mainly be used for resources that need to be released after server shutdown (e.g. initialized by starters). Signed-off-by: Leonard Lyubich <leonard@nspcc.ru> |
||
---|---|---|
.. | ||
config | ||
invoke | ||
processors | ||
timers | ||
bindings.go | ||
blocktimer.go | ||
innerring.go | ||
rpc.go | ||
settlement.go | ||
state.go |