package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 23, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Delete removes the config file.
Save writes the config to the config file.
type Config struct {
SpaceURL string `mapstructure:"space_url"`
APIKey string `mapstructure:"api_key"`
DefaultProject string `mapstructure:"default_project"`
}
Config holds the application configuration.
Load reads the config file and returns a Config.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.