forked from TrueCloudLab/frostfs-sdk-go
84888854ab
go1.19 rewrites comments to proper render them in docs. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
8 lines
354 B
Go
8 lines
354 B
Go
/*
|
|
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
|