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

Method CountByTimeRange

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

CountByTimeRange counts the number of shares created in the given time range.

(ctx context.Context, start, end *time.Time)

Source from the content-addressed store, hash-verified

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 }
61
62 CreateShareParams struct {

Callers

nothing calls this directly

Implementers 1

shareClientinventory/share.go

Calls

no outgoing calls

Tested by

no test coverage detected