Sha256: 75f8066bcfc1161c6c207fa21992c62128f3c8e76933a8034063bf1ad6108c70
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: operations.proto for package 'gitaly' require 'grpc' require 'operations_pb' module Gitaly module OperationService class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.OperationService' rpc :UserCreateBranch, UserCreateBranchRequest, UserCreateBranchResponse rpc :UserDeleteTag, UserDeleteTagRequest, UserDeleteTagResponse end Stub = Service.rpc_stub_class end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitaly-proto-0.35.0 | ruby/lib/gitaly/operations_services_pb.rb |