(ctx context.Context)
| 9 | |
| 10 | type ActivityRepository interface { |
| 11 | GetRecentActivity(ctx context.Context) ([]domain.RecentActivity, error) |
| 12 | SetRecentActivity(ctx context.Context, dr domain.RecentActivity) error |
| 13 | } |
| 14 |
no outgoing calls
no test coverage detected