types

package
v0.3.0-alpha Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2018 License: BSD-3-Clause Imports: 0 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Info                 string   `json:"INFO,omitempty"`
	Info1                string   `json:"INFO1,omitempty"`
	Info2                string   `json:"INFO2,omitempty"`
	ProgramsSlash        string   `json:"// programs,omitempty"`
	Programs             []string `json:"programs"`
	WallpaperSlash       string   `json:"// wallpaper,omitempty"`
	Wallpaper            string   `json:"wallpaper"`
	ThemeColorSlash      string   `json:"// themeColor,omitempty"`
	ThemeColor           string   `json:"themeColor"`
	SearchSlash          string   `json:"// search,omitempty"`
	Search               string   `json:"search"`
	TaskViewSlash        string   `json:"// taskView,omitempty"`
	TaskView             bool     `json:"taskView"`
	RemoveJunkSlash      string   `json:"// removeJunkApps,omitempty"`
	RemoveJunk           bool     `json:"removeJunkApps"`
	RemoveEdigeIconSlash string   `json:"// removeEdgeIcon,omitempty"`
	RemoveEdigeIcon      bool     `json:"removeEdgeIcon"`
	RemovePeopleSlash    string   `json:"// removePeople,omitempty"`
	RemovePeople         bool     `json:"removePeople"`
}

Config struct for the config files Started this stuct using: https://mholt.github.io/json-to-go/

type Options

type Options struct {
	PackageName string
}

Options bind to the app internal options.

Jump to

Keyboard shortcuts

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