Versions in this module Expand all Collapse all v0 v0.5.1 Jun 19, 2026 v0.5.0 Jun 18, 2026 Changes in this version + func Flatten(base map[string]string, files []string, expand bool) (map[string]string, error) + func HasComposeFile(dir, composeFileEnv string) bool + func HasComposeFileEnv(dir string, env []string) bool + func ParseOrderedLiteral(path string) ([]provenance.OverviewEntry, error) + type Engine interface + Provenance func(ctx context.Context, in ProvInput) (provenance.Report, error) + Resolve func(ctx context.Context, in Input) (Result, error) + func New() Engine + type Input struct + ConfigFiles []string + Env []string + Profiles []string + ProjectDir string + type ProjectView struct + Services map[string][]string + WorkingDir string + type ProvFile struct + Layer string + Path string + type ProvInput struct + ConfigFiles []string + Env []string + EnvFiles []ProvFile + Profiles []string + ProjectDir string + WantLayers bool + type Result struct + EnvFiles []string + Project ProjectView