Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Init
Method
Init
internal/utils/agents/db.go:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
type
DB
interface
{
6
Init() error
7
InsertAgentIP(ipId int64, ip string, agentCode string) error
8
ListAgentIPs(offset int64, size int64) (agentIPs []*AgentIP, err error)
9
}
Callers
6
loadDB
Method · 0.95
SimpleEncrypt
Function · 0.65
simpleDecrypt
Function · 0.65
TestKVDB_InsertAgentIP
Function · 0.65
TestKVDB_ListAgentIPs
Function · 0.65
TestNewManager
Function · 0.65
Implementers
2
SQLiteDB
internal/utils/agents/db_sqlite.go
KVDB
internal/utils/agents/db_kv.go
Calls
no outgoing calls
Tested by
3
TestKVDB_InsertAgentIP
Function · 0.52
TestKVDB_ListAgentIPs
Function · 0.52
TestNewManager
Function · 0.52