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

Callers 15

fetchFunction · 0.65
getMethod · 0.65
getMethod · 0.65
StopMethod · 0.65
zipFilesFunction · 0.65
addFileFunction · 0.65
NewDatabaseFunction · 0.65
writeMethod · 0.65
readAndResetBodyFunction · 0.65
Test_LogClientFunction · 0.65
ReadAndCleanBodyFunction · 0.65
UpdateMethod · 0.65

Implementers 1

Databaseinternal/persistence/json/database.go

Calls

no outgoing calls

Tested by 1

Test_LogClientFunction · 0.52