MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / DeleteByIDs

Method DeleteByIDs

inventory/task.go:47–47  ·  view source on GitHub ↗

DeleteByIDs deletes the tasks with the given IDs.

(ctx context.Context, ids ...int)

Source from the content-addressed store, hash-verified

45 List(ctx context.Context, args *ListTaskArgs) (*ListTaskResult, error)
46 // DeleteByIDs deletes the tasks with the given IDs.
47 DeleteByIDs(ctx context.Context, ids ...int) error
48 // DeleteBy deletes the tasks with the given args.
49 DeleteBy(ctx context.Context, args *DeleteTaskArgs) error
50}

Callers 1

DeleteMethod · 0.65

Implementers 1

taskClientinventory/task.go

Calls

no outgoing calls

Tested by

no test coverage detected