pulumi/pkg
joeduffy 6b60852c76 Generate Golang Protobuf/gRPC code
This change moves the RPC definitions to the pkg/murpc package,
underneath the proto folder.  This is to ensure that the resulting
Protobufs get a good package name "murpc" that is unique within the
overall toolchain.  It also includes a `generate.sh` script that
can be used to manually regenerate client/server code.  Finally,
we are actually checking in the generated files underneath pkg/murpc.
2017-02-10 09:08:06 -08:00
..
compiler Colorize Mu output 2017-02-09 17:26:49 -08:00
config Fix a few go vet issues 2017-01-27 15:14:19 -08:00
diag Colorize Mu output 2017-02-09 17:26:49 -08:00
encoding Fix up a bunch of golint errors 2017-01-27 15:42:39 -08:00
eval Implement a DOT graph converter 2017-02-09 15:56:15 -08:00
graph Tag an object moniker TODO with marapongo/mu#76 2017-02-09 16:02:45 -08:00
murpc Generate Golang Protobuf/gRPC code 2017-02-10 09:08:06 -08:00
pack Support sugared "*" semvers 2017-02-09 10:48:18 -08:00
tokens Implement structured token binding 2017-02-08 14:10:16 -08:00
util Colorize Mu output 2017-02-09 17:26:49 -08:00
workspace Probe for Mupacks, not Mufiles, for dependencies 2017-02-09 11:23:27 -08:00