git.frostfs.info/TrueCloudLab/frostfs-sdk-go@v0.0.0-20241022124111-5361f0ecebd3/container/acl/doc.go (about)

     1  /*
     2  Package acl provides functionality to control access to data and operations on them in FrostFS containers.
     3  
     4  Type Basic represents basic ACL of the FrostFS container which specifies the general order of data access.
     5  Basic provides interface of rule composition. Package acl also exports some frequently used settings like
     6  private or public.
     7  */
     8  package acl