Searched defs:collectionReq (Results 1 – 1 of 1) sorted by relevance
/dports/www/writefreely/writefreely-0.13.1/ |
H A D | collections.go | 107 collectionReq struct { struct 109 prefix, alias, domain string 110 isCustomDomain bool 113 isCollOwner bool 115 isAuthorized bool 622 func processCollectionRequest(cr *collectionReq, vars map[string]string, w http.ResponseWriter, r *… 639 func processCollectionPermissions(app *App, cr *collectionReq, u *User, w http.ResponseWriter, r *h… 741 func checkUserForCollection(app *App, cr *collectionReq, r *http.Request, isPostReq bool) (*User, e… 746 func newDisplayCollection(c *Collection, cr *collectionReq, page int) *DisplayCollection {
|