Skip to content

Commit

Permalink
update remotebuild proto with a build stream endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Jun 5, 2024
1 parent fe8c0b6 commit 399485f
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 43 deletions.

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

16 changes: 8 additions & 8 deletions remotebuild/pb/sf/remotebuild/v1/remotebuild.pb.go

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

81 changes: 54 additions & 27 deletions remotebuild/pb/sf/remotebuild/v1/remotebuild_grpc.pb.go

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

2 changes: 1 addition & 1 deletion remotebuild/proto/sf/remotebuild/v1/remotebuild.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option go_package = "github.com/streamingfast/substreams/remotebuild/pb/sf/remot
package sf.remotebuild.v1;

service BuildService {
rpc Build(BuildRequest) returns (BuildResponse);
rpc Build(BuildRequest) returns (stream BuildResponse);
}

message BuildRequest {
Expand Down

0 comments on commit 399485f

Please sign in to comment.