[#58] services/object: Implement Delete service

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-09-30 13:52:14 +03:00 committed by Alex Vanin
parent b24adeae89
commit 017afbf0e3
6 changed files with 300 additions and 0 deletions

View file

@ -0,0 +1,3 @@
package deletesvc
type Response struct{}