0becb8a92d
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
6 lines
166 B
Go
6 lines
166 B
Go
package config
|
|
|
|
type Settings struct {
|
|
Theme string `json:"theme" yaml:"theme" flag:"theme"`
|
|
Language string `json:"language" yaml:"language" flag:"language"`
|
|
}
|