MCPcopy
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
8type PersistentDatabase interface {
9 Close() error
10 StoreNewIP(domain, owner string, ip netip.Addr, t time.Time) (err error)
11}

Callers 9

fetchFunction · 0.65
getMethod · 0.65
getMethod · 0.65
StopMethod · 0.65
zipFilesFunction · 0.65
addFileFunction · 0.65
NewDatabaseFunction · 0.65
writeMethod · 0.65
UpdateMethod · 0.65

Implementers 1

Databaseinternal/persistence/json/database.go

Calls

no outgoing calls

Tested by

no test coverage detected