feat(t208): close candidate decision feedback loop
This commit is contained in:
@@ -40,6 +40,11 @@ type ExecutionResultRepository interface {
|
||||
ExecutionResultWrite,
|
||||
domain.ExecutionCandidateBatch,
|
||||
) (bool, error)
|
||||
StoreCandidateHumanReview(
|
||||
context.Context,
|
||||
ExecutionResultWrite,
|
||||
domain.CandidateHumanReview,
|
||||
) (domain.CandidateHumanReview, bool, error)
|
||||
CompleteExecution(
|
||||
context.Context,
|
||||
ExecutionResultWrite,
|
||||
|
||||
Reference in New Issue
Block a user