frostfs-node/pkg/services/control/ir
Leonard Lyubich dcfe9a6504 [#414] ir/control: Implement service server
Implement `ControlServiceServer` on `Server` type. The `Server` requires all
requests to be signed with keys from the so-called whitelist. To obtain
health status, it uses the abstraction in the form of `HealthChecker`
interface.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-15 15:21:52 +03:00
..
server [#414] ir/control: Implement service server 2021-06-15 15:21:52 +03:00
convert.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
rpc.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
service.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
service.pb.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
service.proto [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
service_test.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
types.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
types.pb.go [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00
types.proto [#414] ir: Define Control service 2021-06-15 15:21:52 +03:00