(id string, collectionID int64)
| 92 | GetEditablePost(id, editToken string) (*PublicPost, error) |
| 93 | PostIDExists(id string) bool |
| 94 | GetPost(id string, collectionID int64) (*PublicPost, error) |
| 95 | GetOwnedPost(id string, ownerID int64) (*PublicPost, error) |
| 96 | GetPostProperty(id string, collectionID int64, property string) (interface{}, error) |
| 97 |
no outgoing calls
no test coverage detected