package
0.1.28
Repository: https://github.com/chainguard-dev/sdk.git
Documentation: pkg.go.dev

# Functions

Ancestry returns all parent UIDPs and the child.
InRoot checks whether the UIDP is in the root, as opposed to within a group.
IsAncestor checks whether the "parent" UIDP is an ancestor (non-inclusive) of the given "child" UIDP.
IsAncestorOrSelf checks whether the "parent" UIDP is an ancestor (inclusive) of the given "child" UIDP.
No description provided by the author
No description provided by the author
No description provided by the author
Parent returns the "parent" UIDP for a child UIDP.
Parents returns all "parent" UIDP for a child UIDP.

# Variables

Valid returns true for valid UIDP values.

# Type aliases

SUID is be used to form the primary key for items that must be unique within some scoping (non-global).
UID will is used for the primary key for items that must be globally unique.
UIDP is be used to denote the fully-qualified path for scoped keys.