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

16 lines
396 B
Go
Raw Normal View History

2017-05-16 14:10:19 +02:00
package birdwatcher
type Config struct {
2017-06-19 15:27:11 +02:00
Id int
Name string
Api string `ini:"api"`
Timezone string `ini:"timezone"`
ServerTime string `ini:"servertime"`
ServerTimeShort string `ini:"servertime_short"`
ServerTimeExt string `ini:"servertime_ext"`
ShowLastReboot bool `ini:"show_last_reboot"`
DisableNeighborSummary bool `ini:"disable_neighbor_summary"`
2017-05-16 14:10:19 +02:00
}