1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-06 19:01:14 +01:00
netbird/relay/auth/validator.go

6 lines
64 B
Go
Raw Normal View History

2024-07-05 16:12:30 +02:00
package auth
type Validator interface {
Validate(any) error
}