(ctx context.Context, taskID string, actor ActorContext)
| 42 | actor ActorContext, |
| 43 | ) (ExecutionProfile, error) |
| 44 | DeleteExecutionProfile(ctx context.Context, taskID string, actor ActorContext) error |
| 45 | |
| 46 | RequestRunReview(ctx context.Context, req RunReviewRequest, actor ActorContext) (RunReview, bool, error) |
| 47 | GetRunReview(ctx context.Context, reviewID string, actor ActorContext) (RunReview, error) |
no outgoing calls