(c thrift.TClient)
| 20101 | } |
| 20102 | |
| 20103 | func NewIClientRPCServiceClient(c thrift.TClient) *IClientRPCServiceClient { |
| 20104 | return &IClientRPCServiceClient{ |
| 20105 | c: c, |
| 20106 | } |
| 20107 | } |
| 20108 | |
| 20109 | func (p *IClientRPCServiceClient) Client_() thrift.TClient { |
| 20110 | return p.c |
no outgoing calls
no test coverage detected
searching dependent graphs…