frostfs-node/pkg/services/object
Pavel Karpy 99b31e3235 [] object/acl: Refactor service
Make all operations that related to `neofs-api-go` library be placed in `v2`
packages. They parse all v2-versioned structs info `neofs-sdk-go`
abstractions and pass them to the corresponding `acl`/`eacl` packages. `v2`
packages are the only packages that do import `neofs-api-go` library. `eacl`
and `acl` provide public functions that only accepts `sdk` structures.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-03-05 10:06:14 +03:00
..
acl [] object/acl: Refactor service 2022-03-05 10:06:14 +03:00
delete [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
get [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
head [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
internal [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
put [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
search [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
util [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
metrics.go [] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
response.go [] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
server.go [] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
sign.go [] object/search: Fix error loss in SignService.Search 2022-01-21 14:54:22 +03:00
transport_splitter.go [] node/object: Do not skip empty search responses in splitter 2022-01-11 12:02:54 +03:00