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

Method CreateTask

internal/network/tasks.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, spec taskpkg.CreateTask, actor taskpkg.ActorContext)

Source from the content-addressed store, hash-verified

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,
54 id string,

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