Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Delete
Method
Delete
pkg/a2a/store.go:18–18 ·
view source on GitHub ↗
Delete 删除任务
(agentID, taskID string)
Source
from the content-addressed store, hash-verified
16
17
// Delete 删除任务
18
Delete(agentID, taskID string) error
19
20
// List 列出 Agent 的所有任务
21
List(agentID string) ([]*Task, error)
Callers
3
StartAsync
Method · 0.65
Cleanup
Method · 0.65
main
Function · 0.65
Implementers
1
InMemoryTaskStore
pkg/a2a/store.go
Calls
no outgoing calls
Tested by
no test coverage detected