fix(lru):delete function SingleworkFunc
This commit is contained in:
parent
c11d10d6e2
commit
82e358e268
|
@ -1,5 +1 @@
|
||||||
package lru
|
package lru
|
||||||
|
|
||||||
import "gitee.com/timedb/wheatCache/pkg/structure"
|
|
||||||
|
|
||||||
type SingleWorkFunc func() (*structure.ResultConn, error)
|
|
||||||
|
|
Loading…
Reference in New Issue