mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-18 11:00:06 +02:00
Integrate the relay authentication
This commit is contained in:
5
relay/auth/validator.go
Normal file
5
relay/auth/validator.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package auth
|
||||
|
||||
type Validator interface {
|
||||
Validate(any) error
|
||||
}
|
Reference in New Issue
Block a user