Skip to content
Snippets Groups Projects
clientConfig.go 417 B
Newer Older
  • Learn to ignore specific revisions
  • package interfaces
    
    
    // ClientConfig contains SBI client
    // 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"`