fix(lru):delete function SingleworkFunc

This commit is contained in:
Sodesnei 2021-09-29 13:38:25 +08:00
parent c11d10d6e2
commit 82e358e268
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)