Home
last modified time | relevance | path

Searched refs:DisplayCollection (Results 1 – 2 of 2) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Dcollections.go72 DisplayCollection struct { struct
575 *DisplayCollection anonMember
746 func newDisplayCollection(c *Collection, cr *collectionReq, page int) *DisplayCollection {
747 coll := &DisplayCollection{
821 DisplayCollection: coll,
944 DisplayCollection: coll,
H A Dfeed.go55 coll := &DisplayCollection{CollectionObj: &CollectionObj{Collection: *c}}