Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mapper ¶
type Mapper interface {
// Returns plugin specific mapping data for the given provider name. Returns an empty result if no mapping
// information was available.
GetMapping(provider string) ([]byte, error)
}
An interface to map provider names (N.B. These aren't Pulumi provider names, but the names of "providers" in the source language being converted from) to plugin specific mapping data.
Click to show internal directories.
Click to hide internal directories.