Versions in this module Expand all Collapse all v0 v0.1.1 Oct 17, 2017 Changes in this version + type WebApiConfig struct + AuthorizedUrls []string + DbPath string + RecaptchaKey *string + type WebComment struct + Author *string + Body string + Created *time.Time + Dislikes int64 + Email *string + ID int + Likes int64 + Modified *time.Time + Replies *[]WebComment + Uri string + func (c *WebComment) MarshalJSON() ([]byte, error) + type WebCommentThread struct + Comments []WebComment + Count int + type WebServer interface + ListenAndServe func(addr string) + func NewWebApi(config *WebApiConfig) (WebServer, error)