Sha256: f2ab55dd620729059fb3ee41949260ab61132de8f76012ca6b5498ab1d176fed

Contents?: true

Size: 986 Bytes

Versions: 6

Compression:

Stored size: 986 Bytes

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
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitaly-15.3.0.pre.rc3 ruby/proto/gitaly/server_services_pb.rb
gitaly-15.3.0.pre.rc2 ruby/proto/gitaly/server_services_pb.rb
gitaly-15.3.0.pre.rc1 ruby/proto/gitaly/server_services_pb.rb
gitaly-15.2.0.pre.rc1 ruby/proto/gitaly/server_services_pb.rb
gitaly-15.1.0.pre.rc1 ruby/proto/gitaly/server_services_pb.rb
gitaly-15.0.0.pre.rc3 ruby/proto/gitaly/server_services_pb.rb