Searched refs:apiCheckCollectionPermissions (Results 1 – 2 of 2) sorted by relevance
/dports/www/writefreely/writefreely-0.13.1/ |
H A D | collections.go | 457 func apiCheckCollectionPermissions(app *App, r *http.Request, c *Collection) (int64, error) { func 501 userID, err := apiCheckCollectionPermissions(app, r, c) 539 userID, err := apiCheckCollectionPermissions(app, r, c)
|
H A D | posts.go | 1106 _, err = apiCheckCollectionPermissions(app, r, coll)
|