aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/pdpattributes/pdpattributes.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pdpattributes/pdpattributes.go')
-rw-r--r--pkg/pdpattributes/pdpattributes.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/pdpattributes/pdpattributes.go b/pkg/pdpattributes/pdpattributes.go
index 005dd03..a40a55a 100644
--- a/pkg/pdpattributes/pdpattributes.go
+++ b/pkg/pdpattributes/pdpattributes.go
@@ -1,6 +1,6 @@
// -
// ========================LICENSE_START=================================
-// Copyright (C) 2024: Deutsche Telekom
+// Copyright (C) 2024-2025: Deutsche Telekom
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -22,8 +22,8 @@
package pdpattributes
import (
- "github.com/google/uuid"
"policy-opa-pdp/pkg/log"
+ "github.com/google/uuid"
)
var (
@@ -48,7 +48,7 @@ func SetPdpSubgroup(pdpsubgroup string) {
}
// Retrieves the current PDP subgroup value.
-func getPdpSubgroup() string {
+func GetPdpSubgroup() string {
return PdpSubgroup
}