github.com/yandex/pandora@v0.5.32/components/guns/grpc/shared_deps.go (about) 1 package grpc 2 3 import ( 4 "github.com/jhump/protoreflect/desc" 5 "github.com/jhump/protoreflect/dynamic/grpcdynamic" 6 "github.com/yandex/pandora/core/clientpool" 7 ) 8 9 type SharedDeps struct { 10 services map[string]desc.MethodDescriptor 11 clientPool *clientpool.Pool[grpcdynamic.Stub] 12 }