4 lines
95 B
Go
4 lines
95 B
Go
package config
|
|
|
|
// HTTP client / Web UI config values
|
|
type ClientConfig map[string]interface{}
|