Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Stacks []Stack `toml:"stacks"`
DefaultStackID string `toml:"default-stack-id"`
// contains filtered or unexported fields
}
func NewDefault ¶ added in v0.0.5
func (*Config) Path ¶ added in v0.0.5
Path returns the directory path where the config is stored as a toml file. That directory may also contain other `pack` related files.
func (*Config) SetDefaultStack ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.