Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qdm12/ddns-updater
/ Close
Method
Close
internal/data/interfaces.go:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
type
PersistentDatabase
interface
{
9
Close() error
10
StoreNewIP(domain, owner string, ip netip.Addr, t time.Time) (err error)
11
}
Callers
15
fetch
Function · 0.65
get
Method · 0.65
get
Method · 0.65
Stop
Method · 0.65
zipFiles
Function · 0.65
addFile
Function · 0.65
NewDatabase
Function · 0.65
write
Method · 0.65
readAndResetBody
Function · 0.65
Test_LogClient
Function · 0.65
ReadAndCleanBody
Function · 0.65
Update
Method · 0.65
Implementers
1
Database
internal/persistence/json/database.go
Calls
no outgoing calls
Tested by
1
Test_LogClient
Function · 0.52