MCPcopy Index your code
hub / github.com/apache/answer / GetObjectAllActivity

Method GetObjectAllActivity

internal/service/activity/activity.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, objectID string, showVote bool)

Source from the content-addressed store, hash-verified

49// ActivityRepo activity repository
50type ActivityRepo interface {
51 GetObjectAllActivity(ctx context.Context, objectID string, showVote bool) (activityList []*entity.Activity, err error)
52}
53
54// ActivityService activity service

Callers 1

GetObjectTimelineMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected