| 20084 | } |
| 20085 | |
| 20086 | type IClientRPCServiceClient struct { |
| 20087 | c thrift.TClient |
| 20088 | meta thrift.ResponseMeta |
| 20089 | } |
| 20090 | |
| 20091 | func NewIClientRPCServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *IClientRPCServiceClient { |
| 20092 | return &IClientRPCServiceClient{ |
nothing calls this directly
no outgoing calls
no test coverage detected