Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HostAddr string
HomeDirectory string // User's home directory
ConfigDirectory string // Config directory
ProjectsDirectory string // Projects directory
CacheDirectory string // Cache directory
TemplateDirectory string // Template directory
ProjectID string // Active Project's ID
CWDirectory string // Projects Directory + ProjectID
LauncherAddr string // Launcher address for fetching templates
}
func (*Config) InterceptedPagePath ¶ added in v0.28.0
InterceptedPagePath returns the file:// URL for the intercepted landing page.
func (*Config) ShowConfig ¶
func (c *Config) ShowConfig()
Click to show internal directories.
Click to hide internal directories.