frostfs-node/pkg/services/control
Leonard Lyubich f2337baedc [#401] control: Add RPC to mark objects to be removed from the node
There is a need to define storage node's interface to remove objects from
the local storage.

Define `DropObjects` RPC in `ControlService`. Define `DropObjectsRequest` /
`DropObjectsResponse` structure of the request / response messages.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-24 13:07:53 +03:00
..
server [#315] control: Implement SetNetmapStatus on Server 2021-01-15 17:46:12 +03:00
common_test.go [#311] control: Cover StableMarshal methods with unit tests 2021-01-15 16:11:50 +03:00
service.go [#315] control: Add SetNetmapStatus rpc 2021-01-15 17:46:12 +03:00
service.pb.go [#315] control: Add SetNetmapStatus rpc 2021-01-15 17:46:12 +03:00
service.proto [#401] control: Add RPC to mark objects to be removed from the node 2021-02-24 13:07:53 +03:00
service_test.go [#315] control: Add SetNetmapStatus rpc 2021-01-15 17:46:12 +03:00
types.go [#313] control: Rename HealthStatus enum to NetmapStatus 2021-01-15 16:52:08 +03:00
types.pb.go [#312] control: Define HealthStatus enum 2021-01-15 16:52:08 +03:00
types.proto [#312] control: Add newline at the end of proto file 2021-01-15 16:52:08 +03:00
types_test.go [#313] control: Rename HealthStatus enum to NetmapStatus 2021-01-15 16:52:08 +03:00