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