Skip to content

Commit

Permalink
Merge branch 'use-vstream' of github.com:planetscale/airbyte-source i…
Browse files Browse the repository at this point in the history
…nto use-vstream
  • Loading branch information
notfelineit committed Feb 4, 2025
2 parents 3f0fede + b2120e3 commit 21918b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ $(VTGATESERVICE_PROTO_OUT)/vtgateservice.pb.go: $(PROTO_TOOLS) proto/vtgateservi
-I thirdparty \
-I thirdparty/vitess/proto \
-I proto \
proto/vtgateservice.proto
proto/vtgateservice.proto
2 changes: 1 addition & 1 deletion proto/vtgateservice.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ message VStreamResponse {

service Vitess {
rpc VStream(VStreamRequest) returns (stream VStreamResponse) {}
}
}

0 comments on commit 21918b2

Please sign in to comment.