init
This commit is contained in:
9
bbs-go-active/server/internal/cache/utils.go
vendored
Normal file
9
bbs-go-active/server/internal/cache/utils.go
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/goburrow/cache"
|
||||
)
|
||||
|
||||
func key2Int64(key cache.Key) int64 {
|
||||
return key.(int64)
|
||||
}
|
||||
Reference in New Issue
Block a user