Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2016 Changes in this version + type Article struct + Aid string + Body string + Lang string + Summary string + Tags []Tag + Title string + Type string + User auth.User + UserID uint + func (Article) TableName() string + type Attachment struct + Size uint + Title string + Type string + Url string + User User + UserID uint + func (p *Attachment) Ext() string + func (p *Attachment) IsPicture() bool + func (p *Attachment) SizeS() string + type Book struct + Author string + CoverHref string + CoverType string + Date string + Identifier string + IndexHref string + IndexType string + Language string + Name string + Publisher string + Subject string + Title string + Type string + func (Book) TableName() string + type Channel struct + Cid string + Description string + Title string + Type string + Uid string + func (Channel) TableName() string + type CmsEngine struct + AuthDao *auth.Dao + Cache cache.Provider + Db *gorm.DB + Logger *logging.Logger + Render *render.Render + Session *auth.Session + SiteDao *site.Dao + Storage storage.Provider + func (p *CmsEngine) Asserts() []*core.Template + func (p *CmsEngine) Migrate() + func (p *CmsEngine) Mount(rt core.Router) + func (p *CmsEngine) Rss() rss.Handler + func (p *CmsEngine) Seed() error + func (p *CmsEngine) Shell() []cli.Command + func (p *CmsEngine) Sitemap() sitemap.Handler + type Comment struct + Body string + Type string + User auth.User + UserID uint + func (Comment) TableName() string + type Playlist struct + Cid string + Description string + Pid string + Title string + Type string + func (Playlist) TableName() string + type Tag struct + Articles []Article + Name string + func (Tag) TableName() string + type User struct + Lang string + Type string + Uid string + func (User) TableName() string + func (p User) String() string + type Video struct + Description string + Pid string + Title string + Type string + Vid string + func (Video) TableName() string + type YTChannel struct + Id string + Items []YTPlaylist + Page YTPageInfo + Snippet YTSnippet + type YTPageInfo struct + ResultsPerPage int + TotalResults int + type YTPlaylist struct + Id string + Items []YTVideo + Page YTPageInfo + Snippet YTSnippet + type YTSnippet struct + Description string + Title string + type YTUser struct + Items []YTChannel + Page YTPageInfo + type YTVideo struct + Id string + Page YTPageInfo + Snippet YTSnippet