Skip to content

Commit

Permalink
replication: run protoc with grpc plugin
Browse files Browse the repository at this point in the history
Interface code for grpc plugin was missing
with last PR. This commit adds the missing
interface for replication.

Command to run to generate *.pb.go with
interface.

```console
protoc --go_out=plugins=grpc:lib/go/ *.proto
```

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Feb 9, 2021
1 parent d329ce4 commit c11570c
Showing 1 changed file with 238 additions and 0 deletions.
238 changes: 238 additions & 0 deletions lib/go/replication.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c11570c

Please sign in to comment.