tfstated/pkg/model/settings.go

7 lines
110 B
Go

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