CountByTimeRange counts the number of shares created in the given time range.
(ctx context.Context, start, end *time.Time)
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected