Versions in this module Expand all Collapse all v0 v0.1.9 May 12, 2015 v0.1.8 May 7, 2015 Changes in this version type JsonUser + Slug string v0.1.7 May 6, 2015 Changes in this version type JsonBlog + NavigationItems []structure.Navigation + Url string v0.1.6 Apr 29, 2015 Changes in this version + func InitializePages(router *httptreemux.TreeMux) v0.1.5 Apr 26, 2015 v0.1.4 Apr 25, 2015 v0.1.3 Apr 25, 2015 v0.1.2 Apr 25, 2015 v0.1.1 Apr 25, 2015 v0.1.0 Apr 25, 2015 Changes in this version + type JsonImage struct + Filename string v0.0.4 Apr 1, 2015 v0.0.3 Apr 1, 2015 v0.0.2 Mar 17, 2015 v0.0.1 Mar 16, 2015 Changes in this version + func InitializeAdmin(mux *http.ServeMux) + func InitializeBlog(mux *http.ServeMux) + type JsonBlog struct + ActiveTheme string + Cover string + Description string + Logo string + PostsPerPage int64 + Themes []string + Title string + type JsonPost struct + Date time.Time + Html string + Id int64 + Image string + IsFeatured bool + IsPage bool + IsPublished bool + Markdown string + Slug string + Tags string + Title string + type JsonUser struct + Bio string + Cover string + Email string + Id int64 + Image string + Location string + Name string + Password string + PasswordRepeated string + Website string + type JsonUserId struct + Id int64