fctypes

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LayerKind

type LayerKind uint8

LayerKind identifies the merge semantics of a layer.

const (
	LayerUnknown LayerKind = iota
	LayerMerge
	LayerPatch
	LayerProvider
	LayerSecret
	LayerGenerator
)

func (LayerKind) String

func (k LayerKind) String() string

type SourceRef

type SourceRef struct {
	Path     string
	Kind     LayerKind
	Profile  string
	Priority int
	Codec    string
	Revision string
	Stale    bool
}

SourceRef describes the metadata for a single config layer that participated in a merge.

Jump to

Keyboard shortcuts

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