(userID int64, postIDs []string)
| 115 | CanCollect(cpr *ClaimPostRequest, userID int64) bool |
| 116 | AttemptClaim(p *ClaimPostRequest, query string, params []interface{}, slugIdx int) (sql.Result, error) |
| 117 | DispersePosts(userID int64, postIDs []string) (*[]ClaimPostResult, error) |
| 118 | ClaimPosts(cfg *config.Config, userID int64, collAlias string, posts *[]ClaimPostRequest) (*[]ClaimPostResult, error) |
| 119 | |
| 120 | GetPostLikeCounts(postID string) (int64, error) |
no outgoing calls
no test coverage detected