1 2 3 4 5 6 7
package model type SettingsContextKey struct{} type Settings struct { LightMode bool `json:"light_mode"` }