Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2015 v0.0.1 Mar 16, 2015 Changes in this version + type Blog struct + ActiveTheme string + AssetPath []byte + Cover []byte + Description []byte + Logo []byte + PostCount int64 + PostsPerPage int64 + Title []byte + Url []byte + type Post struct + Author *User + Date time.Time + Html []byte + Id int64 + Image []byte + IsFeatured bool + IsPage bool + IsPublished bool + Markdown []byte + Slug string + Tags []Tag + Title []byte + Uuid []byte + type RequestData struct + Blog *Blog + CurrentHelperContext int + CurrentIndexPage int + CurrentPostIndex int + CurrentTag *Tag + CurrentTagIndex int + CurrentTemplate int + Posts []Post + type Tag struct + Id int64 + Name []byte + Slug string + type User struct + Bio []byte + Cover []byte + Email []byte + Id int64 + Image []byte + Location []byte + Name []byte + Role int + Slug string + Website []byte