mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
Delete pat_handler.go
This commit is contained in:
@@ -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) {
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user