(id string, ownerID int64)
| 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 | |
| 98 | CreateCollectionFromToken(*config.Config, string, string, string) (*Collection, error) |
no outgoing calls
no test coverage detected