search tag fix

This commit is contained in:
mubai
2024-05-22 13:50:05 +08:00
parent 625cd9e931
commit b89dcb165a
19 changed files with 146 additions and 384 deletions

View File

@@ -85,7 +85,7 @@ func ValidSpec(spec string) error {
return err
}
// 清理API接口数据缓存
func clearCache() {
// ClearCache 清理API接口数据缓存
func ClearCache() {
system.RemoveCache(config.IndexCacheKey)
}