add search function

This commit is contained in:
2025-03-03 00:59:52 +08:00
parent 58c58546d2
commit 4d0f628586
29 changed files with 982 additions and 142 deletions

View File

@@ -0,0 +1,5 @@
package constant
const (
ZincIndexNameStorageInfo = "storage_info"
)