host

package
v4.0.0-...-04941ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostClient

type HostClient interface {
	// Log logs a global message, including errors and warnings.
	Log(context context.Context, sev diag.Severity, urn resource.URN, msg string) error

	// LogStatus logs a global status message, including errors and warnings. Status messages will
	// appear in the `Info` column of the progress display, but not in the final output.
	LogStatus(context context.Context, sev diag.Severity, urn resource.URN, msg string) error

	// EngineConn provides the engine gRPC client connection.
	EngineConn() *grpc.ClientConn
}

HostClient is the interface that the provider uses to communicate with the Pulumi engine.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL