(ctx context.Context, in *UIObjSetLabelTextRequest, opts ...grpc.CallOption)
| 361 | } |
| 362 | |
| 363 | func (c *nativeServiceClient) UIObjSetLabelText(ctx context.Context, in *UIObjSetLabelTextRequest, opts ...grpc.CallOption) (*UIObjSetLabelTextResponse, error) { |
| 364 | cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) |
| 365 | out := new(UIObjSetLabelTextResponse) |
| 366 | err := c.cc.Invoke(ctx, NativeService_UIObjSetLabelText_FullMethodName, in, out, cOpts...) |
| 367 | if err != nil { |
| 368 | return nil, err |
| 369 | } |
| 370 | return out, nil |
| 371 | } |
| 372 | |
| 373 | func (c *nativeServiceClient) UIObjSetImageSrc(ctx context.Context, in *UIObjSetImageSrcRequest, opts ...grpc.CallOption) (*UIObjSetImageSrcResponse, error) { |
| 374 | cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) |
nothing calls this directly
no outgoing calls
no test coverage detected