package
1.6.6
Repository: https://github.com/nigel2392/go-django.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

MatchAnd returns a matcher-func that matches a file if all the given matchers match.
MatchExt returns a matcher-func that matches a file if the given extension matches the file path.
MatchNever returns a matcher-func that never matches any file.
MatchOr returns a matcher-func that matches a file if any of the given matchers match.
MatchPrefix returns a matcher-func that matches a file if the given prefix matches the file path.
MatchSuffix returns a matcher-func that matches a file if the given suffix matches the file path.
NewMatchFS creates a new MatchFS filesystem that wraps the given filesystem and only allows opening files that match the given matcher-func.
NewMultiFS creates a new MultiFS filesystem that combines the given filesystems.
No description provided by the author

# Structs

MatchFS is a filesystem that only allows opening files that match a given matcher-func.
MultiFS is a filesystem that combines multiple filesystems.

# Interfaces

No description provided by the author