Files
EdgeAdmin/internal/ttlcache/item.go

7 lines
79 B
Go
Raw Permalink Normal View History

2020-12-02 16:09:23 +08:00
package ttlcache
type Item struct {
Value interface{}
expiredAt int64
}