Versions in this module Expand all Collapse all v1 v1.0.1 Dec 15, 2022 v1.0.0 Jan 14, 2022 Changes in this version + var PageMgr *_PageMgr + var SectionMgr *_SectionMgr + func PageAddInsertCallback(cb func(obj EzOrmObj)) + func PageAddUpdateCallback(cb func(obj EzOrmObj)) + func PageInsertCallback(o *Page) + func PageUpdateCallback(o *Page) + type Page struct + Hits int32 + ID bson.ObjectId + Meta map[string][]map[string]int + Sections []Section + Slug string + Title string + func (o *Page) Id() string + func (o *Page) InsertUnique(query interface{}) (saved bool, err error) + func (o *Page) IsSearchEnabled() bool + func (o *Page) Save() (info *mgo.ChangeInfo, err error) + func (p *Page) GetClassName() string + func (p *Page) GetNameSpace() string + type Section struct + Data map[string]string + Key string + Val int32 + func (p *Section) GetClassName() string + func (p *Section) GetNameSpace() string