Last updated:
0 purchases
monarch grpc
monarch_grpc #
Contains gRPC interfaces for the Monarch CLI and the Monarch Controller.
Install gRPC proto buffer compiler #
Install the Protocol Buffer Compiler.
For Windows, install the pre-compiled binaries.
For macOS, you can install the pre-compiled binaries or use a package manager.
Install the Dart plugin for the protocol compiler:
$ dart pub global activate protoc_plugin
copied to clipboard
If you need further install instructions the gRPC Dart Quick start.
Regenerate gRPC code #
On macOS:
$ sh tools/gen_grpc.sh
copied to clipboard
On Windows:
PS> .\tools\gen_grpc.bat
copied to clipboard
gRPC resources #
gRPC Dart Reference
gRPC error details. Link above includes mapping of HTTP status codes to gRPC status codes.
Protocol Buffers Well-Known Types
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.