Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2022 Changes in this version + func NewEmbeddedLanguageRuntime(ctx context.Context, program pulumi.RunFunc) plugin.LanguageRuntime + func NewHost(sink, statusSink diag.Sink, tracingSpan opentracing.Span, ...) (*host, error) + func NewPulumiProviderLoader(runtimeOptions map[string]interface{}) *pulumiProviderLoader + type LanguageRuntimeLoader interface + LoadLanguageRuntime func(runtime string) (plugin.LanguageRuntime, error) + type ProviderLoader interface + LoadProvider func(host plugin.Host, ctx *plugin.Context, pkg tokens.Package, ...) (plugin.Provider, error) + type SimpleLanguageRuntimeLoader map[string]plugin.LanguageRuntime + func (s SimpleLanguageRuntimeLoader) LoadLanguageRuntime(runtime string) (plugin.LanguageRuntime, error)