config

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: May 16, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	// GetV1Alpha1 reads, dispatches, and validates a v1alpha1 casting from disk.
	GetV1Alpha1(ctx context.Context, path string) (v1alpha1.Machinery, error)

	// CreateV1Alpha1Lock writes the resolved casting to the lock file.
	CreateV1Alpha1Lock(ctx context.Context, machinery v1alpha1.Machinery, path string) error

	// GetV1Alpha1Lock reads the lock file from disk.
	GetV1Alpha1Lock(ctx context.Context, path string) (v1alpha1.Machinery, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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