Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DarkTheme string `json:"dark_theme"`
LightTheme string `json:"light_theme"`
Telemetry *bool `json:"telemetry,omitempty"`
ClientID string `json:"client_id,omitempty"`
}
func EnsureClientID ¶ added in v1.3.0
func EnsureClientID() Config
func (Config) TelemetryEnabled ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.