statusscreen/src/statusscreen/Config.go

12 lines
182 B
Go

package statusscreen
// Config is a struct with my config
type Config struct {
SL struct {
APIKey string
RefreshDelay int64
SiteID int
APIURL string
}
}