middleware

package
v0.20.0 Latest Latest
Warning

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

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

Documentation

Overview

middleware defines common interfaces multiple middleware components use.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentResource

type ComponentResource interface {
	Construct(context.Context, p.ConstructRequest) (p.ConstructResponse, error)
}

A shared definition of a ComponentResource.

type CustomResource

A shared definition of a CustomResource.

type Invoke

type Invoke interface {
	Invoke(context.Context, p.InvokeRequest) (p.InvokeResponse, error)
}

A shared definition of an Invoke.

Directories

Path Synopsis
The `cancel` package provides a middle-ware that ties the Cancel gRPC call from Pulumi to Go's `context.Context` cancellation system.
The `cancel` package provides a middle-ware that ties the Cancel gRPC call from Pulumi to Go's `context.Context` cancellation system.
Context allows systemic wrapping of provider.Context before invoking a subsidiary provider.
Context allows systemic wrapping of provider.Context before invoking a subsidiary provider.
A provider that dispatches provider level calls such as `Create` to resource level invocations.
A provider that dispatches provider level calls such as `Create` to resource level invocations.
The schema middleware provides facilities to respond to GetSchema.
The schema middleware provides facilities to respond to GetSchema.

Jump to

Keyboard shortcuts

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