MCPcopy Create free account
hub / github.com/clouditor/clouditor / Delete

Method Delete

persistence/persistence.go:68–68  ·  view source on GitHub ↗

Delete deletes the record with given id of the DB

(r any, conds ...any)

Source from the content-addressed store, hash-verified

66
67 // Delete deletes the record with given id of the DB
68 Delete(r any, conds ...any) error
69
70 // Raw executes a raw SQL statement and stores the result in r
71 Raw(r any, query string, args ...any) error

Callers 7

RemoveCatalogMethod · 0.65
RemoveAuditScopeMethod · 0.65
RemoveCertificateMethod · 0.65
RecvMethod · 0.65
DeleteMethod · 0.65
Test_storage_DeleteFunction · 0.65

Implementers 2

StorageWithErrorinternal/testutil/storage.go
storagepersistence/gorm/gorm.go

Calls

no outgoing calls

Tested by 1

Test_storage_DeleteFunction · 0.52