MCPcopy
hub / github.com/upper/db / StoreDeleter

Interface StoreDeleter

store.go:43–45  ·  view source on GitHub ↗

StoreDeleter is an interface for data stores that defines a Delete method that has the task of removing a record.

Source from the content-addressed store, hash-verified

41// StoreDeleter is an interface for data stores that defines a Delete method
42// that has the task of removing a record.
43type StoreDeleter interface {
44 Delete(record Record) error
45}
46
47// StoreUpdater is an interface for data stores that defines a Update method
48// that has the task of updating a record.

Callers

nothing calls this directly

Implementers 4

Resultinternal/sqladapter/result.go
sessionWithContextinternal/sqladapter/session.go
Sourceadapter/mongo/database.go
resultadapter/mongo/result.go

Calls

no outgoing calls

Tested by

no test coverage detected