gcx

package
v0.0.0-...-d4978fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2019 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boot

type Boot struct {
	IsBoot     bool `json:"boot"`
	IsFirstRun bool `json:"firstrun"`
	IsBootMenu bool `json:"menu"`
	IsLoading  bool `json:"loading"`
}

type Configuration

type Configuration struct {
	Assets string `json:"assets"`
	Theme  bool   `json:"theme"`
	IsDev  bool   `json:"dev"`
}

type GUI

type GUI struct {
	Boot *Boot            `json:"boot"`
	Cf   *Configuration   `json:"cf"`
	Fs   *http.FileSystem `json:"fs"`
	Wv   webview.WebView  `json:"wv"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL