更新缓存模块

This commit is contained in:
ayflying
2025-03-27 11:20:07 +08:00
parent d05d865b0d
commit f55b3bc609
11 changed files with 246 additions and 127 deletions

View File

@@ -46,7 +46,7 @@ type elastic struct {
//}
//
//// getDocument 获取文档
//func (d *Driver) GetDocument(name string, id string) (res json.RawMessage) {
//func (d *Driver) Get(name string, id string) (res json.RawMessage) {
// resp, err := d.client.Get(name, id).
// Do(context.Background())
// if err != nil {