MCPcopy Create free account
hub / github.com/jetkvm/kvm / UIObjSetLabelText

Method UIObjSetLabelText

internal/native/proto/native_grpc.pb.go:363–371  ·  view source on GitHub ↗
(ctx context.Context, in *UIObjSetLabelTextRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

361}
362
363func (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
373func (c *nativeServiceClient) UIObjSetImageSrc(ctx context.Context, in *UIObjSetImageSrcRequest, opts ...grpc.CallOption) (*UIObjSetImageSrcResponse, error) {
374 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected