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

Method List

inventory/share.go:57–57  ·  view source on GitHub ↗

List returns a list of shares with the given args.

(ctx context.Context, args *ListShareArgs)

Source from the content-addressed store, hash-verified

55 DeleteBatchByUserID(ctx context.Context, uid int, shareIds []int) error
56 // List returns a list of shares with the given args.
57 List(ctx context.Context, args *ListShareArgs) (*ListShareResult, error)
58 // CountByTimeRange counts the number of shares created in the given time range.
59 CountByTimeRange(ctx context.Context, start, end *time.Time) (int, error)
60 }

Callers

nothing calls this directly

Implementers 1

shareClientinventory/share.go

Calls

no outgoing calls

Tested by

no test coverage detected