Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ ReadMaxVersion
Method
ReadMaxVersion
internal/iplibrary/ip_list_db.go:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
Name() string
9
DeleteExpiredItems() error
10
ReadMaxVersion() (int64, error)
11
ReadItems(offset int64, size int64) (items []*pb.IPItem, goNext bool, err error)
12
AddItem(item *pb.IPItem) error
13
}
Callers
1
Init
Method · 0.95
Implementers
2
KVIPList
internal/iplibrary/ip_list_kv.go
SQLiteIPList
internal/iplibrary/ip_list_sqlite.go
Calls
no outgoing calls
Tested by
no test coverage detected