ruby/proto/gitaly/server_services_pb.rb in gitaly-16.4.7 vs ruby/proto/gitaly/server_services_pb.rb in gitaly-16.5.0.pre.rc1
- old
+ new
@@ -13,12 +13,12 @@
self.marshal_class_method = :encode
self.unmarshal_class_method = :decode
self.service_name = 'gitaly.ServerService'
- # This comment is left unintentionally blank.
+ # ServerInfo ...
rpc :ServerInfo, ::Gitaly::ServerInfoRequest, ::Gitaly::ServerInfoResponse
- # This comment is left unintentionally blank.
+ # DiskStatistics ...
rpc :DiskStatistics, ::Gitaly::DiskStatisticsRequest, ::Gitaly::DiskStatisticsResponse
# ClockSynced checks if machine clock is synced
# (the offset is less that the one passed in the request).
rpc :ClockSynced, ::Gitaly::ClockSyncedRequest, ::Gitaly::ClockSyncedResponse
# ReadinessCheck runs the set of the checks to make sure service is in operational state.