netbird/relay/auth/validator.go
2024-07-05 16:12:30 +02:00

6 lines
64 B
Go

package auth
type Validator interface {
Validate(any) error
}