(cc grpc1.ClientConn)
| 992 | } |
| 993 | |
| 994 | func NewQueryClient(cc grpc1.ClientConn) QueryClient { |
| 995 | return &queryClient{cc} |
| 996 | } |
| 997 | |
| 998 | func (c *queryClient) GetMTP(ctx context.Context, in *MTPRequest, opts ...grpc.CallOption) (*MTPResponse, error) { |
| 999 | out := new(MTPResponse) |
no outgoing calls
no test coverage detected