(ctx context.Context, spec taskpkg.EnqueueRun, actor taskpkg.ActorContext)
| 62 | actor taskpkg.ActorContext, |
| 63 | ) (*taskpkg.Task, error) |
| 64 | EnqueueRun(ctx context.Context, spec taskpkg.EnqueueRun, actor taskpkg.ActorContext) (*taskpkg.Run, error) |
| 65 | } |
| 66 | |
| 67 | // TaskIngressContext captures the trusted peer identity and delivery metadata |
no outgoing calls
no test coverage detected