-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a583865
commit 791baf0
Showing
29 changed files
with
11,898 additions
and
6,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ Check out the [Flow Access API specification](/docs/content/access-api.md). | |
You can use [buf](https://github.com/bufbuild/buf) to generate gRPC client stubs in a variety of languages. | ||
Please make sure you have `protoc-gen-go-grpc` installed, for example using command | ||
```shell script | ||
go install google.golang.org/protobuf/cmd/[email protected] | ||
go install google.golang.org/grpc/cmd/[email protected] | ||
``` | ||
|
||
|
Oops, something went wrong.