Home
last modified time | relevance | path

Searched refs:SingletonModuleProvider (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/bootstrap/
Dwritedocs.go23 if _, ok := blueprint.SingletonModuleProvider(ctx, module, PrimaryBuilderProvider); ok {
43 if info, ok := blueprint.SingletonModuleProvider(ctx, module, DocsPackageProvider); ok {
Dbootstrap.go732 if binaryInfo, ok := blueprint.SingletonModuleProvider(ctx, module, BinaryProvider); ok {
737 if _, ok := blueprint.SingletonModuleProvider(ctx, module, PrimaryBuilderProvider); ok {
742 if packageInfo, ok := blueprint.SingletonModuleProvider(ctx, module, PackageProvider); ok {
/build/blueprint/
Dprovider.go308 func SingletonModuleProvider[K any](ctx SingletonModuleProviderContext, module Module, provider Pro… func