MCPcopy
hub / github.com/flyteorg/flyte / ActionsService

Struct ActionsService

actions/service/actions_service.go:21–23  ·  view source on GitHub ↗

ActionsService implements the ActionsService gRPC API.

Source from the content-addressed store, hash-verified

19
20// ActionsService implements the ActionsService gRPC API.
21type ActionsService struct {
22 client ActionsClientInterface
23}
24
25func (s *ActionsService) Signal(ctx context.Context, c *connect.Request[actions.SignalRequest]) (*connect.Response[actions.SignalResponse], error) {
26 return nil, connect.NewError(connect.CodeUnimplemented, errors.New("endpoint Signal not implemented"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected