package
0.7.0
Repository: https://github.com/lxc/incus.git
Documentation: pkg.go.dev

# Functions

DeepCopy copies src to dest by using encoding/gob so its not that fast.
No description provided by the author
IsFalse returns true if value is "false", "0", "no" or "off" (case insensitive).
IsFalseOrEmpty returns true if value is empty or if IsFalse() returns true.
IsTrue returns true if value is "true", "1", "yes" or "on" (case insensitive).
IsTrueOrEmpty returns true if value is empty or if IsTrue() returns true.
ParseUint32Range parses a uint32 range in the form "number" or "start-end".
No description provided by the author
No description provided by the author
SplitNTrimSpace returns result of strings.SplitN() and then strings.TrimSpace() on each element.
StringHasPrefix returns true if value has one of the supplied prefixes.
StringPrefixInSlice returns true if any element in the list has the given prefix.