Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qdm12/ddns-updater
/ PersistentDatabase
Interface
PersistentDatabase
internal/data/interfaces.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
PersistentDatabase
interface
{
9
Close() error
10
StoreNewIP(domain, owner string, ip netip.Addr, t time.Time) (err error)
11
}
Callers
9
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
Update
Method · 0.65
Implementers
1
Database
internal/persistence/json/database.go
Calls
no outgoing calls
Tested by
no test coverage detected