ruby/lib/gitaly/ref_services_pb.rb in gitaly-0.20.0 vs ruby/lib/gitaly/ref_services_pb.rb in gitaly-0.21.0
- old
+ new
@@ -20,9 +20,10 @@
# Find a Ref matching the given constraints. Response may be empty.
rpc :FindRefName, FindRefNameRequest, FindRefNameResponse
# Return a stream so we can divide the response in chunks of branches
rpc :FindLocalBranches, FindLocalBranchesRequest, stream(FindLocalBranchesResponse)
rpc :FindAllBranches, FindAllBranchesRequest, stream(FindAllBranchesResponse)
+ rpc :FindAllTags, FindAllTagsRequest, stream(FindAllTagsResponse)
end
Stub = Service.rpc_stub_class
end
end