mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
6 lines
140 B
Go
6 lines
140 B
Go
|
|
package local
|
||
|
|
|
||
|
|
import "github.com/hashicorp/golang-lru/v2/simplelru"
|
||
|
|
|
||
|
|
type EvictCallback[K comparable, V any] simplelru.EvictCallback[K, V]
|