mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
7 lines
127 B
Go
7 lines
127 B
Go
package birdwatcher
|
|
|
|
type Config struct {
|
|
Api string `ini:"api"`
|
|
ShowLastReboot bool `ini:"show_last_reboot"`
|
|
}
|