koiconfig

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: AGPL-3.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UseConfigEnv

func UseConfigEnv(env *[]string, cfg *Config)

Types

type Config

type Config struct {
	Data     ConfigData
	Computed ConfigComputed
}

type ConfigComputed

type ConfigComputed struct {
	Exe         string
	DirExe      string
	DirConfig   string
	DirData     string
	DirHome     string
	DirBin      string
	DirLock     string
	DirTemp     string
	DirInstance string
	DirLog      string
}

type ConfigData

type ConfigData struct {
	Open    string `yaml:"open"`
	Isolate string `yaml:"isolate"`
	Start   []string
	Env     []string `yaml:"env"`
}

Jump to

Keyboard shortcuts

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