feat: Add pbjson serialization for storage rpc (#3324)

* feat: Add pbjson serialization for storage rpc

* chore: update pbjson-build to 0.1.1

Co-authored-by: Raphael Taylor-Davies <r.taylordavies@googlemail.com>
pull/24376/head
Andrew Lamb 2021-12-07 11:39:16 -05:00 committed by GitHub
parent 5bdadc360c
commit 1156a81567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2757,9 +2757,9 @@ dependencies = [
[[package]]
name = "pbjson-build"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64eb98c480df4f6ea0f4befb7b6b61be8de3098337016acec79d3dd7d6d219ff"
checksum = "e6ecce43eac422349043f399860c6aa5d0823f900127ea499f89259f58f9cd96"
dependencies = [
"heck",
"itertools",

View File

@ -117,6 +117,7 @@ fn generate_grpc_types(root: &Path) -> Result<()> {
.build(&[
".influxdata.iox",
".influxdata.pbdata",
".influxdata.platform.storage",
".google.longrunning",
".google.rpc",
])?;