forked from TrueCloudLab/frostfs-sdk-go
[#225] container: Replace basic ACL code to a separate package
Create `acl` package inside `container` path. Replace basic ACL functionality into it. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
e82a2d86ef
commit
c4ebe8d854
14 changed files with 524 additions and 499 deletions
9
container/acl/doc.go
Normal file
9
container/acl/doc.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
Package acl provides functionality to control access to data and operations on them in NeoFS containers.
|
||||
|
||||
Type Basic represents basic ACL of the NeoFS container which specifies the general order of data access.
|
||||
Basic provides interface of rule composition. Package acl also exports some frequently used settings like
|
||||
private or public.
|
||||
|
||||
*/
|
||||
package acl
|
Loading…
Add table
Add a link
Reference in a new issue