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 + 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