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

Method GetTask

internal/network/tasks.go:50–50  ·  view source on GitHub ↗
(ctx context.Context, id string, actor taskpkg.ActorContext)

Source from the content-addressed store, hash-verified

48// TaskService is the narrowed task-domain surface consumed by network ingress.
49type TaskService interface {
50 GetTask(ctx context.Context, id string, actor taskpkg.ActorContext) (*taskpkg.View, error)
51 CreateTask(ctx context.Context, spec taskpkg.CreateTask, actor taskpkg.ActorContext) (*taskpkg.Task, error)
52 UpdateTask(
53 ctx context.Context,

Implementers 4

Serviceinternal/task/manager.go
fakeNetworkTaskServiceinternal/network/tasks_test.go
StubTaskManagerinternal/api/testutil/task_stub.go
unsupportedNativeTaskManagerinternal/daemon/native_tools_test.go

Calls

no outgoing calls