Skip to content
Snippets Groups Projects

"Overhaul Architecture"

Merged Ghost User requested to merge 67-overhaul-architecture into develop
7 files
+ 632
2
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
0
@@ -2,6 +2,7 @@ package nucleus
@@ -2,6 +2,7 @@ package nucleus
// ClientConfig contains SBI ciena
// ClientConfig contains SBI ciena
// configuration parameters
// configuration parameters
 
// Deprecated in favor of spf viper
type ClientConfig struct {
type ClientConfig struct {
Identifier string `toml:"identifier"`
Identifier string `toml:"identifier"`
Endpoint string `toml:"endpoint"`
Endpoint string `toml:"endpoint"`
Loading