mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-24 13:46:53 +02:00
policy: remove v1 comment
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
f13cec6bc3
commit
0ddbacf81f
@ -27,8 +27,7 @@ type PolicyManager interface {
|
|||||||
DebugString() string
|
DebugString() string
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewPolicyManager returns a new policy manager, the version is determined by
|
// NewPolicyManager returns a new policy manager.
|
||||||
// the environment flag "HEADSCALE_POLICY_V1".
|
|
||||||
func NewPolicyManager(pol []byte, users []types.User, nodes types.Nodes) (PolicyManager, error) {
|
func NewPolicyManager(pol []byte, users []types.User, nodes types.Nodes) (PolicyManager, error) {
|
||||||
var polMan PolicyManager
|
var polMan PolicyManager
|
||||||
var err error
|
var err error
|
||||||
|
Loading…
Reference in New Issue
Block a user