tfstated/pkg/model/settings.go

8 lines
110 B
Go
Raw Normal View History

package model
type SettingsContextKey struct{}
type Settings struct {
LightMode bool `json:"light_mode"`
}