MCPcopy Create free account
hub / github.com/compozy/agh / DeleteExecutionProfile

Method DeleteExecutionProfile

internal/task/interfaces.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, taskID string, actor ActorContext)

Source from the content-addressed store, hash-verified

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)

Implementers 2

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go

Calls

no outgoing calls