MCPcopy Create free account
hub / github.com/AbelChe/evil_minio / Delete

Method Delete

cmd/storage-interface.go:98–98  ·  view source on GitHub ↗
(ctx context.Context, volume string, path string, deleteOpts DeleteOptions)

Source from the content-addressed store, hash-verified

96 RenameFile(ctx context.Context, srcVolume, srcPath, dstVolume, dstPath string) error
97 CheckParts(ctx context.Context, volume string, path string, fi FileInfo) error
98 Delete(ctx context.Context, volume string, path string, deleteOpts DeleteOptions) (err error)
99 VerifyFile(ctx context.Context, volume, path string, fi FileInfo) error
100 StatInfoFile(ctx context.Context, volume, path string, glob bool) (stat []StatInfo, err error)
101 ReadMultiple(ctx context.Context, req ReadMultipleReq, resp chan<- ReadMultipleResp) error

Callers 15

ListObjectsMethod · 0.65
DeleteMethod · 0.65
monitorDiskStatusMethod · 0.65
saveFormatErasureFunction · 0.65
RemoveMethod · 0.65
getObjectHandlerMethod · 0.65
headObjectHandlerMethod · 0.65
testStorageAPIDeleteFileFunction · 0.65
deleteKeyEtcdFunction · 0.65
DeleteObjectMethod · 0.65
GetObjectNInfoMethod · 0.65
GetObjectInfoMethod · 0.65

Implementers 5

xlStorageDiskIDCheckcmd/xl-storage-disk-id-check.go
naughtyDiskcmd/naughty-disk_test.go
unrecognizedDiskcmd/storage-interface.go
xlStoragecmd/xl-storage.go
storageRESTClientcmd/storage-rest-client.go

Calls

no outgoing calls

Tested by 15

testStorageAPIDeleteFileFunction · 0.52
DeleteMethod · 0.52
TestHealCorrectQuorumFunction · 0.52
TestHealObjectErasureFunction · 0.52
TestListOnlineDisksFunction · 0.52
TestGetObjectNoQuorumFunction · 0.52
TestHeadObjectNoQuorumFunction · 0.52
benchmarkErasureEncodeFunction · 0.52