Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + func MkComponentBuildEnvironment(env *azldev.Env, factory *Factory, component *projectconfig.ComponentConfig, ...) (buildEnv buildenv.RPMAwareBuildEnv, err error) + type Factory struct + func NewFactory(fs opctx.FS, baseDir string, timestampTime time.Time) (*Factory, error) + func (f *Factory) Create(componentName string, label string) (dirPath string, err error)