7 lines
108 B
Go
7 lines
108 B
Go
|
package config
|
||
|
|
||
|
type SiaConfig struct {
|
||
|
Key string `mapstructure:"key"`
|
||
|
URL string `mapstructure:"url"`
|
||
|
}
|