micro-filebrowser/rules/checker.go

10 lines
172 B
Go
Raw Normal View History

2025-05-22 06:26:07 +00:00
package rules
type emptyChecker struct{}
func (emptyChecker) Check(path string) bool {
return true
}
var EmptyChecker emptyChecker // 空的检查,用于跳过检查