Documentation
¶
Overview ¶
Package acls implements helper functions for handling ACLEntryGroups.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffPatchIntersection ¶
func DiffPatchIntersection(a def.ACLEntryGroups, b def.ACLEntryGroups) (def.ACLEntryGroups, def.ACLEntryGroups)
DiffPatchIntersection finds the acl entry groups in A that are not in B (patch), and the common acl entry groups (intersection).
func MergeGroups ¶
func MergeGroups(groups def.ACLEntryGroups) def.ACLEntryGroups
MergeGroups merges acl entry groups.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.