Sha256: 7f8f8aec77868185be0d8d2aa092e23584a5b4e5a2a4d8f2ab1deb08edcfc711
Contents?: true
Size: 393 Bytes
Versions: 2
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true require_relative "introspection/rpc_inspector" require_relative "introspection/service_resolver" module ProtoPharm module Introspection private def resolve_service(service) Introspection::ServiceResolver.resolve(service) end def inspect_rpc(service, endpoint) Introspection::RpcInspector.new(service, endpoint) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
proto_pharm-0.7.0 | lib/proto_pharm/introspection.rb |
proto_pharm-0.6.0 | lib/proto_pharm/introspection.rb |