package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Oct 23, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ValidateACEPermissions checks the format of the ACE permission string. Returns nil on success.
ParseACE parses an ACE string and returns the ACE
String returns the string form of the ACE - this does not check that it is valid
Validate checks the formatting and combination of values in the ACE. Returns nil on success
type ACL struct {
Entries []ACE
}
ParseACL parses an ACL string
String returns the string form of the ACL - this does not check that it is valid
Validate checks the ACL. Returns nil on success
Source Files
¶
Click to show internal directories.
Click to hide internal directories.