envstore

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Format

func Format(values map[string]string) []string

func Merge

func Merge(base map[string]string, overlays ...map[string]string) map[string]string

func MinimalSystemEnv

func MinimalSystemEnv() map[string]string

func ValidateKey

func ValidateKey(key string) error

Types

type Entry

type Entry struct {
	Key        string `json:"key"`
	Configured bool   `json:"configured"`
}

type Scope

type Scope struct {
	Kind ScopeKind
	Name string
}

type ScopeKind

type ScopeKind string
const (
	ScopeSkill ScopeKind = "skill"
	ScopeMCP   ScopeKind = "mcp"
)

type Store

type Store struct {
	// contains filtered or unexported fields
}

func New

func New(agentDockHome string) (*Store, error)

func (*Store) List

func (s *Store) List(scope Scope) ([]Entry, error)

func (*Store) Load

func (s *Store) Load(scope Scope) (map[string]string, error)

func (*Store) Path

func (s *Store) Path(scope Scope) (string, error)

func (*Store) Root

func (s *Store) Root() string

func (*Store) Set

func (s *Store) Set(scope Scope, key, value string) error

func (*Store) Unset

func (s *Store) Unset(scope Scope, key string) (bool, error)

Jump to

Keyboard shortcuts

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