Skip to content

Commit

Permalink
Remove gRPC leftovers in protobuf definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusv committed Oct 5, 2016
1 parent 1e2f03f commit c7932aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
42 changes: 15 additions & 27 deletions storage/remote/remote.pb.go

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

7 changes: 0 additions & 7 deletions storage/remote/remote.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ message TimeSeries {
message WriteRequest {
repeated TimeSeries timeseries = 1;
}

message WriteResponse {
}

service Write {
rpc Write(WriteRequest) returns (WriteResponse) {}
}

0 comments on commit c7932aa

Please sign in to comment.