mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-23 14:28:51 +01:00
Delete pat_handler.go
This commit is contained in:
parent
b852198f67
commit
511ba6d51f
@ -1,16 +0,0 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"github.com/netbirdio/netbird/management/server"
|
||||
"github.com/netbirdio/netbird/management/server/jwtclaims"
|
||||
)
|
||||
|
||||
// PATHandler is the nameserver group handler of the account
|
||||
type PATHandler struct {
|
||||
accountManager server.AccountManager
|
||||
claimsExtractor *jwtclaims.ClaimsExtractor
|
||||
}
|
||||
|
||||
func NewPATsHandler(accountManager server.AccountManager, authCfg AuthCfg) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user