Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ KVDB
Struct
KVDB
internal/utils/agents/db_kv.go:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
KVDB
struct
{
12
table *kvstore.Table[*AgentIP]
13
encoder *AgentIPEncoder[*AgentIP]
14
lastKey string
15
}
16
17
func
NewKVDB() *KVDB {
18
var
db = &KVDB{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected