Versions in this module Expand all Collapse all v0 v0.11.0 Jul 24, 2020 Changes in this version + const OpDelete + const OpGet + const OpGetRange + const OpGetRangeHash + const OpHead + const OpPut + const OpSearch + const Size + func Equal(a, b ACL) bool + func Marshal(a ACL) []byte + func ToUint32(v ACL) uint32 + type ACL uint32 + func FromUint32(v uint32) ACL + func (a *ACL) AllowBearer(op uint8) + func (a *ACL) AllowOthers(op uint8) + func (a *ACL) AllowSystem(op uint8) + func (a *ACL) AllowUser(n uint8) + func (a *ACL) ForbidBearer(op uint8) + func (a *ACL) ForbidOthers(op uint8) + func (a *ACL) ForbidSystem(op uint8) + func (a *ACL) ForbidUser(n uint8) + func (a *ACL) ResetFinal() + func (a *ACL) ResetReserved(bit uint8) + func (a *ACL) ResetSticky() + func (a *ACL) SetFinal() + func (a *ACL) SetReserved(bit uint8) + func (a *ACL) SetSticky() + func (a *ACL) UnmarshalBinary(data []byte) error + func (a ACL) BearerAllowed(op uint8) bool + func (a ACL) Final() bool + func (a ACL) OthersAllowed(op uint8) bool + func (a ACL) Reserved(n uint8) bool + func (a ACL) Sticky() bool + func (a ACL) SystemAllowed(n uint8) bool + func (a ACL) UserAllowed(n uint8) bool