MCPcopy
hub / github.com/filebrowser/filebrowser / Checker

Interface Checker

rules/rules.go:10–12  ·  view source on GitHub ↗

Checker is a Rules checker.

Source from the content-addressed store, hash-verified

8
9// Checker is a Rules checker.
10type Checker interface {
11 Check(path string) bool
12}
13
14// Rule is a allow/disallow rule.
15type Rule struct {

Callers 8

NewFileInfoFunction · 0.65
readListingMethod · 0.65
tusPostHandlerFunction · 0.65
tusHeadHandlerFunction · 0.65
tusPatchHandlerFunction · 0.65
getFilesFunction · 0.65
resourcePostHandlerFunction · 0.65
resource.goFile · 0.65

Implementers 2

allowAllCheckerfiles/file_test.go
datahttp/data.go

Calls

no outgoing calls

Tested by

no test coverage detected