Sha256: b060d8ed734f16c0256d25f2a9b82e0cb0a3e1d1576ffe988f74c9e19472efe8
Contents?: true
Size: 817 Bytes
Versions: 9
Compression:
Stored size: 817 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: chalk/server/v1/flag.proto for package 'Chalk.Server.V1' require 'grpc' require 'chalk_ruby/protos/chalk/server/v1/flag_pb' module Chalk module Server module V1 module FeatureFlagService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'chalk.server.v1.FeatureFlagService' rpc :GetFeatureFlags, ::Chalk::Server::V1::GetFeatureFlagsRequest, ::Chalk::Server::V1::GetFeatureFlagsResponse rpc :SetFeatureFlag, ::Chalk::Server::V1::SetFeatureFlagRequest, ::Chalk::Server::V1::SetFeatureFlagResponse end Stub = Service.rpc_stub_class end end end end
Version data entries
9 entries across 9 versions & 1 rubygems