micro-filebrowser/rules/checker.go
2025-05-22 14:26:07 +08:00

10 lines
172 B
Go

package rules
type emptyChecker struct{}
func (emptyChecker) Check(path string) bool {
return true
}
var EmptyChecker emptyChecker // 空的检查,用于跳过检查