package
1.5.0
Repository: https://github.com/openshift/source-to-image.git
Documentation: pkg.go.dev

# Functions

IsUserAllowed checks that the given user is numeric and is contained by the given RangeList.
NewRange creates a new range with lower and upper bound.
NewRangeFrom creates a new range with only the lower bound.
NewRangeTo creates a new range with only the upper bound.
ParseRange creates a Range from a given string.
ParseRangeList parses a string that contains a comma-separated list of ranges.

# Variables

Range errors.

# Structs

ErrParseRange is an error encountered while parsing a Range.
Range represents a range of user ids.

# Type aliases

RangeList is a list of user ranges.