portal/config/sia.go

7 lines
108 B
Go

package config
type SiaConfig struct {
Key string `mapstructure:"key"`
URL string `mapstructure:"url"`
}