mirror of
https://github.com/netbirdio/netbird
synced 2026-04-22 17:44:57 +02:00
6 lines
64 B
Go
6 lines
64 B
Go
package auth
|
|
|
|
type Validator interface {
|
|
Validate(any) error
|
|
}
|