mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-18 19:07:26 +00:00
fix(test): 补充 stubUsageLogRepo 缺失的 GetStatsWithFilters 方法
This commit is contained in:
@@ -1065,6 +1065,10 @@ func (r *stubUsageLogRepo) GetAccountUsageStats(ctx context.Context, accountID i
|
||||
return nil, errors.New("not implemented")
|
||||
}
|
||||
|
||||
func (r *stubUsageLogRepo) GetStatsWithFilters(ctx context.Context, filters usagestats.UsageLogFilters) (*usagestats.UsageStats, error) {
|
||||
return nil, errors.New("not implemented")
|
||||
}
|
||||
|
||||
type stubSettingRepo struct {
|
||||
all map[string]string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user