Documentation ¶ Index ¶ func MatchingACL(acls []types.ACL, principal string) (*types.ACL, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MatchingACL ¶ func MatchingACL(acls []types.ACL, principal string) (*types.ACL, error) MatchingACLs accepts a list of types.ACL and a principal string to match against. It returns false if there was no match found, and an ACL which matched if one was found. Types ¶ This section is empty. Source Files ¶ View all Source files principal.go Click to show internal directories. Click to hide internal directories.