Sha256: f3bf618c503f862c6bc1febeed42c80009f157972b7ec33b1f62a56d99ec8bfd
Contents?: true
Size: 999 Bytes
Versions: 7
Compression:
Stored size: 999 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: smarthttp.proto for package 'gitaly' require 'grpc' require 'smarthttp_pb' module Gitaly module SmartHTTP class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.SmartHTTP' # The response body for GET /info/refs?service=git-upload-pack rpc :InfoRefsUploadPack, InfoRefsRequest, stream(InfoRefsResponse) # The response body for GET /info/refs?service=git-receive-pack rpc :InfoRefsReceivePack, InfoRefsRequest, stream(InfoRefsResponse) # Request and response body for POST /upload-pack rpc :PostUploadPack, stream(PostUploadPackRequest), stream(PostUploadPackResponse) # Request and response body for POST /receive-pack rpc :PostReceivePack, stream(PostReceivePackRequest), stream(PostReceivePackResponse) end Stub = Service.rpc_stub_class end end
Version data entries
7 entries across 7 versions & 1 rubygems