Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ activityRepository
Struct
activityRepository
internal/repository/activity.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
type
activityRepository
struct
{
16
dao dao.ActivityDAO
17
}
18
19
func
NewActivityRepository(dao dao.ActivityDAO) ActivityRepository {
20
return
&activityRepository{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected