Versions in this module Expand all Collapse all v0 v0.20.5 Apr 9, 2026 v0.20.4 Apr 9, 2026 Changes in this version + const ModuleConfigFileName + type LegacyBlueprint struct + Name string + Pin string + Source string + func ParseLegacyBlueprint(data []byte) (*LegacyBlueprint, error) + type LegacyToolchain struct + ConfigDefaults map[string]any + Customizations []*modules.ModuleConfigArgument + Name string + Pin string + Source string + func ParseLegacyToolchains(data []byte) ([]LegacyToolchain, error) + type PathExistsFunc func(ctx context.Context, path string) (parentDir string, exists bool, err error) + type Workspace struct + Path string + Root string + func Detect(ctx context.Context, pathExists PathExistsFunc, ...) (*Workspace, error)