Skip to content
Snippets Groups Projects
clientConfig.go 413 B
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    package nucleus
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    // ClientConfig contains SBI ciena
    
    // configuration parameters
    
    type ClientConfig struct {
    
    	Identifier           string `toml:"identifier"`
    	Endpoint             string `toml:"endpoint"`
    	Username             string `toml:"username"`
    	Password             string `toml:"password"`
    	GjsonDefaultPath     string `toml:"gjsonDefaultPath"`
    	GjsonConnectionsPath string `toml:"gjsonConnectionsPath"`