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

Method List

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

List returns a list of tasks with the given args.

(ctx context.Context, args *ListTaskArgs)

Source from the content-addressed store, hash-verified

43 SetCompleteByID(ctx context.Context, taskID int) error
44 // List returns a list of tasks with the given args.
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.

Callers 14

ListMethod · 0.65
ListTasksMethod · 0.65
ListMethod · 0.65
ListInUserProfileMethod · 0.65
ListMethod · 0.65
SharesMethod · 0.65
OAuthClientsMethod · 0.65
TasksMethod · 0.65
ListDavAccountsFunction · 0.65
ListArchiveFilesFunction · 0.65
ListShareFunction · 0.65
SlaveListFunction · 0.65

Implementers 1

taskClientinventory/task.go

Calls

no outgoing calls

Tested by

no test coverage detected