(app *App, c *SubmittedCollection, alias string)
| 102 | GetCollectionForPad(alias string) (*Collection, error) |
| 103 | GetCollectionByID(id int64) (*Collection, error) |
| 104 | UpdateCollection(app *App, c *SubmittedCollection, alias string) error |
| 105 | DeleteCollection(alias string, userID int64) error |
| 106 | |
| 107 | UpdatePostPinState(pinned bool, postID string, collID, ownerID, pos int64) error |
no outgoing calls
no test coverage detected