Delete pat_handler.go

This commit is contained in:
pascal-fischer 2023-03-20 11:47:54 +01:00 committed by GitHub
parent b852198f67
commit 511ba6d51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {
}