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

Struct activityService

internal/service/activity.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type activityService struct {
15 repo repository.ActivityRepository
16}
17
18func NewActivityService(repo repository.ActivityRepository) ActivityService {
19 return &activityService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected