8 lines
358 B
Go
8 lines
358 B
Go
/*
|
|
Package acl provides functionality to control access to data and operations on them in FrostFS containers.
|
|
|
|
Type Basic represents basic ACL of the FrostFS 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
|