(u *User)
| 85 | GetTopPosts(u *User, alias string, hostName string) (*[]PublicPost, error) |
| 86 | GetAnonymousPosts(u *User, page int) (*[]PublicPost, error) |
| 87 | GetUserPosts(u *User) (*[]PublicPost, error) |
| 88 | |
| 89 | CreateOwnedPost(post *SubmittedPost, accessToken, collAlias, hostName string) (*PublicPost, error) |
| 90 | CreatePost(userID, collID int64, post *SubmittedPost) (*Post, error) |
no outgoing calls
no test coverage detected