Files
EdgeNode/internal/caches/hot_item.go
2024-05-17 18:30:33 +08:00

9 lines
135 B
Go

// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
package caches
type HotItem struct {
Key string
Hits uint32
}