Sha256: 4b622b7ee2a69a6b0185582b45c3e8986a26ec1985d91af0871f92aeb60fb6f6
Contents?: true
Size: 555 Bytes
Versions: 26
Compression:
Stored size: 555 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 class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.ServerService' rpc :ServerInfo, ServerInfoRequest, ServerInfoResponse rpc :DiskStatistics, DiskStatisticsRequest, DiskStatisticsResponse end Stub = Service.rpc_stub_class end end
Version data entries
26 entries across 26 versions & 1 rubygems