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
93 files
+ 2804
5554
Compare changes
  • Side-by-side
  • Inline
Files
93
@@ -3,8 +3,8 @@ package api
import (
"testing"
"code.fbi.h-da.de/cocsn/api/go/gosdn/pnd"
tpb "code.fbi.h-da.de/cocsn/api/go/gosdn/transport"
"code.fbi.h-da.de/danet/api/go/gosdn/pnd"
tpb "code.fbi.h-da.de/danet/api/go/gosdn/transport"
"github.com/google/uuid"
guuid "github.com/google/uuid"
"github.com/spf13/viper"
Loading