config

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config key[any]

Functions

This section is empty.

Types

type Key

type Key[T any] interface {
	String() string
	Key(keys ...string) Key[T]
	Name() string
	Get() T
	Set(newValue T)
	Path() string
	Parent() Key[T]
	Children() KeyList[T]
}

type KeyList

type KeyList[T any] []Key[T]

func (KeyList[T]) Keys

func (k KeyList[T]) Keys() []string

Jump to

Keyboard shortcuts

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