mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
11 lines
189 B
Go
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"`
|
|
//}
|