Searched defs:Config (Results 1 – 10 of 10) sorted by relevance
31 type Config struct { struct32 generatingBootstrapper bool33 generatingPrimaryBuilder bool36 func (c Config) GeneratingBootstrapper() bool {40 func (c Config) GeneratingPrimaryBuilder() bool {
55 type Config struct { struct56 stage Stage58 topLevelBlueprintsFile string60 runGoTests bool
33 func removeAbandonedFiles(ctx *blueprint.Context, config *Config,
224 func newGoPackageModuleFactory(config *Config) func() (blueprint.Module, []interface{}) {341 func newGoBinaryModuleFactory(config *Config, buildStage Stage) func() (blueprint.Module, []interfa…623 func newSingletonFactory(config *Config) func() blueprint.Singleton {
45 type Config struct { struct46 *config
48 func (e *configErrorWrapper) Config() interface{} { func
33 Config() interface{} methodSpec
26 Config() interface{} methodSpec74 func (s *singletonContext) Config() interface{} { func
113 Config() interface{} methodSpec180 func (d *baseModuleContext) Config() interface{} { func
137 func xcrunSdk(config common.Config, arg string) (string, error) {