(ctx context.Context, req RunReviewRequest, actor ActorContext)
| 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) |
| 48 | RecordRunReview(ctx context.Context, req RecordRunReviewRequest, actor ActorContext) (RunReviewResult, error) |
| 49 | BindRunReviewSession( |
no outgoing calls