config

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Path

func Path() (string, error)

Types

type Config

type Config struct {
	Default  string                 `yaml:"default"`
	Cortexes map[string]CortexEntry `yaml:"cortexes"`
}

func Load

func Load() (*Config, error)

func (*Config) Save

func (c *Config) Save() error

type CortexEntry

type CortexEntry struct {
	Path string `yaml:"path"`
}

Jump to

Keyboard shortcuts

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