[#243] object/delete: Implement new service processing
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
510e9ff2ec
commit
fe3906c295
11 changed files with 654 additions and 217 deletions
5
pkg/services/object/delete/container.go
Normal file
5
pkg/services/object/delete/container.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package deletesvc
|
||||
|
||||
func (exec *execCtx) executeOnContainer() {
|
||||
exec.log.Debug("request is not rolled over to the container")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue