# Functions
NewAlphabetical constructs a Alphabetical object validating the provided order argument.
NewNumerical constructs a Numerical object validating the provided order argument.
NewRegexFilter constructs new RegexFilter object.
NewSemVer constructs a SemVer object validating the provided semver constraint.
PolicerFromSpec constructs a new policy object based on.
# Constants
AlphabeticalOrderAsc ascending order.
AlphabeticalOrderDesc descending order.
NumericalOrderAsc ascending order.
NumericalOrderDesc descending order.
# Structs
Alphabetical representes a alphabetical ordering policy.
Numerical representes a Numerical ordering policy.
RegexFilter represents a regular expression filter.
SemVer representes a SemVer policy.
# Interfaces
Policer is an interface representing a policy implementation type.