List returns a list of shares with the given args.
(ctx context.Context, args *ListShareArgs)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected