Home
last modified time | relevance | path

Searched defs:Stage (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/bootstrap/
Dbootstrap.go128 SetBuildStage(Stage) argument
341 func newGoBinaryModuleFactory(config *Config, buildStage Stage) func() (blueprint.Module, []interfa…
440 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string, stage Stage) bool {
Dconfig.go47 type Stage int type