Sha256: c64c390f7dc84f22761f0fea335bfd69fb0501a013c5d4d14ad09538dd10be7f

Contents?: true

Size: 1.15 KB

Versions: 69

Compression:

Stored size: 1.15 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: server.proto for package 'gitaly'

require 'grpc'
require 'server_pb'

module Gitaly
  module ServerService
    # ServerService is a service that provides information about a Gitaly server.
    class Service

      include ::GRPC::GenericService

      self.marshal_class_method = :encode
      self.unmarshal_class_method = :decode
      self.service_name = 'gitaly.ServerService'

      # This comment is left unintentionally blank.
      rpc :ServerInfo, ::Gitaly::ServerInfoRequest, ::Gitaly::ServerInfoResponse
      # This comment is left unintentionally blank.
      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.
      rpc :ReadinessCheck, ::Gitaly::ReadinessCheckRequest, ::Gitaly::ReadinessCheckResponse
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
gitaly-16.1.8 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.2.11 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.3.9 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.7 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.1.7 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.2.10 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.3.8 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.6 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.3.7 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.1.6 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.2.9 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.5 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.4 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.3 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.3.6 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.2 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.2.8 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.3.5 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.1 ruby/proto/gitaly/server_services_pb.rb
gitaly-16.4.0 ruby/proto/gitaly/server_services_pb.rb