Versions in this module Expand all Collapse all v0 v0.1.2 May 2, 2025 v0.1.1 Apr 22, 2025 Changes in this version + type Usecase struct + func NewUsecase(repo statistic.Repository) *Usecase + func (uc *Usecase) Count(ctx context.Context, opts ...statistic.Option) (int64, error) + func (uc *Usecase) Statistic(ctx context.Context, opts ...statistic.Option) ([]*models.StatisticAdItem, error)