Skip to content
Snippets Groups Projects

Use config package to handle all controller configurations

Merged Ghost User requested to merge istaester/provide-config-package into develop
Compare and Show latest version
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -5,8 +5,13 @@ import (
"github.com/spf13/viper"
)
// BasePndUUID is an uuid for the base PND
var BasePndUUID uuid.UUID
// BaseSouthBoundType is the type of the base SBI
var BaseSouthBoundType int32
// BaseSouthBoundUUID is an uuid for the base SBI
var BaseSouthBoundUUID uuid.UUID
func getUUIDFromViper(viperKey string) (uuid.UUID, error) {
Loading