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

Interface ActivityRepository

internal/repository/activity.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ActivityRepository interface {
11 GetRecentActivity(ctx context.Context) ([]domain.RecentActivity, error)
12 SetRecentActivity(ctx context.Context, dr domain.RecentActivity) error
13}
14
15type activityRepository struct {
16 dao dao.ActivityDAO

Callers 2

GetRecentActivityMethod · 0.65
SetRecentActivityMethod · 0.65

Implementers 2

activityRepositoryinternal/repository/activity.go
activityDAOinternal/repository/dao/activity.go

Calls

no outgoing calls

Tested by

no test coverage detected