Documentation
¶
Index ¶
- func EnvEntriesAsMap(env []string) map[string]string
- func EvaluateExpression(env *cel.Env, expr string) (any, error)
- func GetContextError(err error) error
- func IsCanceled(err error) bool
- func Normalize(rawPaths []string, params NormalizeParameters, quoteValues string) error
- func Terminate(cmd *exec.Cmd) error
- func UseProcessGroup(cmd *exec.Cmd)
- type CanceledError
- type NormalizeParameters
- type Options
- type PathWarning
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvEntriesAsMap ¶
func GetContextError ¶
func IsCanceled ¶
func Normalize ¶
func Normalize(rawPaths []string, params NormalizeParameters, quoteValues string) error
func UseProcessGroup ¶
Types ¶
type CanceledError ¶
type CanceledError string
func (CanceledError) Error ¶
func (e CanceledError) Error() string
type NormalizeParameters ¶
type PathWarning ¶
type PathWarning struct {
// contains filtered or unexported fields
}
func ParseFilePaths ¶
func ParseFilePaths(rawPaths []string, depth int) ([]string, []PathWarning)
func (PathWarning) Message ¶
func (warn PathWarning) Message() messages.Update
Click to show internal directories.
Click to hide internal directories.