autobrr/internal/domain/config.go
2021-08-11 15:26:17 +02:00

11 lines
189 B
Go

package domain
type Settings struct {
Host string `toml:"host"`
Debug bool
}
//type AppConfig struct {
// Settings `toml:"settings"`
// Trackers []Tracker `mapstructure:"tracker"`
//}