MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / KVIPList

Struct KVIPList

internal/iplibrary/ip_list_kv.go:19–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type KVIPList struct {
20 ipTable *kvstore.Table[*pb.IPItem]
21 versionsTable *kvstore.Table[int64]
22
23 encoder *IPItemEncoder[*pb.IPItem]
24
25 cleanTicker *time.Ticker
26
27 isClosed bool
28
29 offsetItemKey string
30}
31
32func NewKVIPList() (*KVIPList, error) {
33 var db = &KVIPList{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected