Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Env ¶
type Env struct { // Home is the user's home directory. Home string // AppHomeDir is the directory in the user's home directory where the app // stores its data. AppHomeDir string // KeyPath is the path to the key file. KeyPath string // ExeCmd is the command to run the executable. If the executable is in the // PATH environment variable, this will be the executable name. ExeCmd string }
Click to show internal directories.
Click to hide internal directories.