1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

8 lines
167 B
Go
Raw Normal View History

2017-05-16 14:10:19 +02:00
package birdwatcher
type Config struct {
2017-05-17 16:12:01 +02:00
Api string `ini:"api"`
2017-05-19 17:40:22 +02:00
Timezone string `ini:"timezone"`
2017-05-17 16:12:01 +02:00
ShowLastReboot bool `ini:"show_last_reboot"`
2017-05-16 14:10:19 +02:00
}