Versions in this module Expand all Collapse all v1 v1.1.1 Jan 17, 2021 v1.1.0 Feb 10, 2020 Changes in this version + type Comment struct + Author string + Content string + ID int + Modified bool + Parent string + TimeModified time.Time + TimePublished time.Time + type Comments []Comment + type ReferenceId struct + LastID int + type ReturnMessage struct + Error bool + Message string v1.0.0 Oct 26, 2019 Changes in this version + var DB *sql.DB + var TokenAuth *jwtauth.JWTAuth + func Init() + func Routes() *chi.Mux + type BlogPost struct + Author string + Content string + ID int + Modified bool + Slug string + TimeModified time.Time + TimePublished time.Time + Title string + type BlogPosts []BlogPost + type NewBlogPost struct + Author string + Content string + Tags string + Title string + type ReferenceID struct + LastID int + type ReturnError struct + Message string + type ReturnSuccess struct + ID int + Message string + Slug string + type Tag struct + TagList string