Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureConfigDirectory ¶
func EnsureStartUpScript ¶
func EnsureStartUpScript() error
Types ¶
type Config ¶
type Config struct { Version string `json:"-"` Spaces map[string]*models.Space `json:"spaces"` Tmux bool `json:"tmux"` // contains filtered or unexported fields }
var AppConfig *Config
func (*Config) GetSpaceNames ¶
func (*Config) RemoveSpace ¶
type ConfigMetadata ¶
type ConfigMetadata struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.