baseconfig

package
v2.11.3 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	// GetSpec returns the raw YAML content of the base configuration.
	// Returns an empty string if the file does not exist.
	GetSpec(ctx context.Context) (string, error)
	// UpdateSpec writes the given YAML content to the base configuration file.
	UpdateSpec(ctx context.Context, spec []byte) error
}

Store provides access to the base DAG configuration. The base config is a YAML file whose values are inherited by all DAGs. All implementations must be safe for concurrent use.

Jump to

Keyboard shortcuts

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