package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev

# Functions

ChildMatch returns true if children of str can match the pattern.
List returns true if str matches one of the patterns.
ListWithChild returns true if str matches one of the patterns.
Match returns true if str matches the pattern.
ParsePatterns prepares a list of patterns for use with List.
ValidatePatterns validates a slice of patterns.

# Variables

ErrBadString is returned when Match is called with the empty string as the second argument.

# Structs

No description provided by the author
Pattern represents a preparsed filter pattern.