configkit

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigConverter

type ConfigConverter interface {
	NativeToYAML(data []byte) ([]byte, error)
	YAMLToNative(yamlData []byte) ([]byte, error)
	DataType() api.DataType
}

Directories

Path Synopsis
Package cubkit is used to interpret ConfigHub/YAML configuration units.
Package cubkit is used to interpret ConfigHub/YAML configuration units.
yamlkit is a package for parsing, traversing, and updating lists of configuration elements, called resources, represented as yaml doc lists.
yamlkit is a package for parsing, traversing, and updating lists of configuration elements, called resources, represented as yaml doc lists.

Jump to

Keyboard shortcuts

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