frostfs-node/pkg
Leonard Lyubich ff814aec26 [#316] ir: Add before-start and after-stop function to Server
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>
2021-02-10 14:05:03 +03:00
..
core [#319] Do not return payload formatting error on regular objects 2021-01-15 16:01:29 +03:00
innerring [#316] ir: Add before-start and after-stop function to Server 2021-02-10 14:05:03 +03:00
local_object_storage [#361] metabase: Support new match types 2021-02-03 10:32:15 +03:00
morph [#363] Define global config and use it to fetch basic income rate 2021-02-02 21:07:00 +03:00
network [#328] container/grpc: Implement AnnounceUsedSpace method 2021-02-02 15:45:04 +03:00
policy [#302] Fix exhaustive linter errors 2021-01-12 18:47:02 +03:00
services [#202] object/eacl: Fix algorithm for checking eACL table 2021-02-03 15:14:59 +03:00
util [#316] locode: Implement NeoFS location database based on BoltDB instance 2021-02-09 11:05:55 +03:00