mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-29 05:38:45 +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]
|