ruby/lib/gitaly/remote_services_pb.rb in gitaly-proto-0.66.0 vs ruby/lib/gitaly/remote_services_pb.rb in gitaly-proto-0.67.0

- old
+ new

@@ -15,9 +15,10 @@ self.service_name = 'gitaly.RemoteService' rpc :AddRemote, AddRemoteRequest, AddRemoteResponse rpc :FetchInternalRemote, FetchInternalRemoteRequest, FetchInternalRemoteResponse rpc :RemoveRemote, RemoveRemoteRequest, RemoveRemoteResponse + rpc :UpdateRemoteMirror, stream(UpdateRemoteMirrorRequest), UpdateRemoteMirrorResponse end Stub = Service.rpc_stub_class end end