MetaTube / route /auth /validator.go
henry99a's picture
Clean commit for Hugging Face Spaces without binary files
ca7217f
package auth
type Validator interface {
Valid(string) bool
}