# Structs
AllowPolicy allows all operations.
CombinedPolicy allows to join multiple policies together.
DenyPolicy allows all operations.
DriveConfig contains drive configuration.
Drive represents an isolated file system.
File stores info about single file.
ListConfig contains file listing options.
OperationConfig contains file operation options.
ReadOnlyPolicy allows read access and blocks any modifications.
# Type aliases
MatcherFunc receives path and returns true if path matches the rule.