(ctx context.Context, objectId, userId string)
| 26 | // VoteRepo activity repository |
| 27 | type VoteRepo interface { |
| 28 | GetVoteStatus(ctx context.Context, objectId, userId string) (status string) |
| 29 | GetVoteCount(ctx context.Context, activityTypes []int) (count int64, err error) |
| 30 | } |
no outgoing calls
no test coverage detected