7 lines
110 B
Go
7 lines
110 B
Go
package model
|
|
|
|
type SettingsContextKey struct{}
|
|
|
|
type Settings struct {
|
|
LightMode bool `json:"light_mode"`
|
|
}
|