(u *User, page int)
| 84 | GetTotalPosts() (int64, error) |
| 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) |