Skip to content

Commit

Permalink
Add FrostDB gRPC Query service to query with proto
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Mar 26, 2024
1 parent 62717fc commit a27fdf3
Show file tree
Hide file tree
Showing 17 changed files with 9,571 additions and 41 deletions.
6 changes: 3 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ managed:

plugins:
# renovate: datasource=github-releases depName=protocolbuffers/protobuf-go
- plugin: buf.build/protocolbuffers/go:v1.30.0
- plugin: buf.build/protocolbuffers/go:v1.31.0
out: gen/proto/go
opt: paths=source_relative

# renovate: datasource=github-releases depName=planetscale/vtprotobuf
- plugin: buf.build/community/planetscale-vtprotobuf:v0.4.0
- plugin: buf.build/community/planetscale-vtprotobuf:v0.5.0
out: gen/proto/go
opt:
- paths=source_relative,features=marshal+unmarshal+size+pool
- paths=source_relative,features=marshal+unmarshal+size+pool+grpc
7 changes: 3 additions & 4 deletions gen/proto/go/frostdb/schema/v1alpha1/schema.pb.go

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

5 changes: 2 additions & 3 deletions gen/proto/go/frostdb/schema/v1alpha1/schema_vtproto.pb.go

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

7 changes: 3 additions & 4 deletions gen/proto/go/frostdb/schema/v1alpha2/schema.pb.go

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

5 changes: 2 additions & 3 deletions gen/proto/go/frostdb/schema/v1alpha2/schema_vtproto.pb.go

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

7 changes: 3 additions & 4 deletions gen/proto/go/frostdb/snapshot/v1alpha1/snapshot.pb.go

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

7 changes: 3 additions & 4 deletions gen/proto/go/frostdb/snapshot/v1alpha1/snapshot_vtproto.pb.go

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

Loading

0 comments on commit a27fdf3

Please sign in to comment.