!39 修改 lru的define文件

Merge pull request !39 from Sodesnei/fix-lru-single-work
This commit is contained in:
bandl 2021-09-29 08:31:38 +00:00 committed by Gitee
commit 26f3f9f663
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1 @@
package lru
import "gitee.com/timedb/wheatCache/pkg/structure"
type SingleWorkFunc func() (*structure.ResultConn, error)