Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Config *HostConfig LastUsed time.Time // contains filtered or unexported fields }
App holds the state of a running Application
func NewApp ¶
func NewApp(config *HostConfig) (*App, error)
NewApp creates a new App for the given host
type HostConfig ¶
HostConfig holds the configuration for a given host host
Click to show internal directories.
Click to hide internal directories.