MCPcopy Create free account
hub / github.com/astercloud/aster / Delete

Method Delete

pkg/memory/logic/store.go:22–22  ·  view source on GitHub ↗

Delete 删除 Memory 如果不存在不返回错误

(ctx context.Context, namespace, key string)

Source from the content-addressed store, hash-verified

20 // Delete 删除 Memory
21 // 如果不存在不返回错误
22 Delete(ctx context.Context, namespace, key string) error
23
24 // List 列出符合条件的 Memory
25 // filters 用于过滤和排序

Callers 5

DeleteMethod · 0.65
handleSourceMemoriesMethod · 0.65
DeleteMemoryMethod · 0.65
mergeGroupMethod · 0.65

Implementers 3

MySQLStorepkg/memory/logic/store_mysql.go
PostgreSQLStorepkg/memory/logic/store_postgres.go
InMemoryStorepkg/memory/logic/store_inmemory.go

Calls

no outgoing calls

Tested by

no test coverage detected