Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ DB
Interface
DB
internal/utils/agents/db.go:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
package
agents
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
10
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
TestKVDB_InsertAgentIP
Function · 0.65
Loop
Method · 0.65
TestKVDB_ListAgentIPs
Function · 0.65
Load
Method · 0.65
Implementers
2
SQLiteDB
internal/utils/agents/db_sqlite.go
KVDB
internal/utils/agents/db_kv.go
Calls
no outgoing calls
Tested by
no test coverage detected