Get 获取单个 Memory 返回 ErrMemoryNotFound 如果不存在
(ctx context.Context, namespace, key string)
| 16 | // Get 获取单个 Memory |
| 17 | // 返回 ErrMemoryNotFound 如果不存在 |
| 18 | Get(ctx context.Context, namespace, key string) (*LogicMemory, error) |
| 19 | |
| 20 | // Delete 删除 Memory |
| 21 | // 如果不存在不返回错误 |
no outgoing calls
no test coverage detected