(cc grpc.ClientConnInterface)
| 434 | } |
| 435 | |
| 436 | func NewGsNsClient(cc grpc.ClientConnInterface) GsNsClient { |
| 437 | return &gsNsClient{cc} |
| 438 | } |
| 439 | |
| 440 | func (c *gsNsClient) HandleUplink(ctx context.Context, in *UplinkMessage, opts ...grpc.CallOption) (*emptypb.Empty, error) { |
| 441 | out := new(emptypb.Empty) |
no outgoing calls