config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete() error

Delete removes the config file.

func Save

func Save(cfg *Config) error

Save writes the config to the config file.

Types

type Config

type Config struct {
	SpaceURL       string `mapstructure:"space_url"`
	APIKey         string `mapstructure:"api_key"`
	DefaultProject string `mapstructure:"default_project"`
}

Config holds the application configuration.

func Load

func Load() (*Config, error)

Load reads the config file and returns a Config.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL