(post *AuthenticatedPost, userID int64)
| 89 | CreateOwnedPost(post *SubmittedPost, accessToken, collAlias, hostName string) (*PublicPost, error) |
| 90 | CreatePost(userID, collID int64, post *SubmittedPost) (*Post, error) |
| 91 | UpdateOwnedPost(post *AuthenticatedPost, userID int64) error |
| 92 | GetEditablePost(id, editToken string) (*PublicPost, error) |
| 93 | PostIDExists(id string) bool |
| 94 | GetPost(id string, collectionID int64) (*PublicPost, error) |
no outgoing calls
no test coverage detected