File size: 63 Bytes
ca7217f
 
 
 
 
1
2
3
4
5
6
package auth

type Validator interface {
	Valid(string) bool
}