pulumi/sdk
joeduffy 06ad983541 Add a ReadLocations engine-side RPC function
This adds a ReadLocations RPC function to the engine interface, alongside
the singular ReadLocation.  The plural function takes a single token that
represents a module or class and we will then return all of the module
or class (static) properties that are currently known.
2017-07-01 13:26:49 -07:00
..
go/pkg/lumirpc Add a ReadLocations engine-side RPC function 2017-07-01 13:26:49 -07:00
js/src/lumirpc Add a ReadLocations engine-side RPC function 2017-07-01 13:26:49 -07:00
proto Add a ReadLocations engine-side RPC function 2017-07-01 13:26:49 -07:00
README.md Remove some obsolete names 2017-06-24 11:55:16 -07:00

sdk

The SDK directory contains language packages for the various supported languages.

These packages are real language packages and not LumiPacks. Therefore, they can contain I/O, asynchronous code, and anything else necessary for building runtime code, resource providers, and other helpful tooling and abstractions.