MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetRecentActivity

Method GetRecentActivity

internal/service/activity.go:24–31  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

22}
23
24func (a *activityService) GetRecentActivity(ctx context.Context) ([]domain.RecentActivity, error) {
25 activity, err := a.repo.GetRecentActivity(ctx)
26 if err != nil {
27 return nil, err
28 }
29
30 return activity, nil
31}

Callers

nothing calls this directly

Calls 1

GetRecentActivityMethod · 0.65

Tested by

no test coverage detected