Versions in this module Expand all Collapse all v0 v0.0.12 May 17, 2019 v0.0.11 Feb 20, 2019 v0.0.10 Feb 18, 2019 v0.0.9 Dec 28, 2018 v0.0.8 Dec 12, 2018 v0.0.7 Oct 25, 2018 v0.0.6 Oct 19, 2018 v0.0.5 Oct 17, 2018 v0.0.4 Oct 9, 2018 v0.0.3 Sep 27, 2018 Changes in this version type Conf + OnlyInvited bool + ProxyMode bool v0.0.2 Sep 21, 2018 Changes in this version + func SendTestEmail(c Conf, to string) error type Conf + DBMaxConns int type ConfMailSparkpost + EU bool v0.0.1 Sep 13, 2018 Changes in this version + const CSRF_COOKIE_NAME + var ErrNotFound = errors.New("Not found") + var TEST_MODE = false + func NewAPIHandler(c Conf) (http.Handler, error) + type Conf struct + Csrf ConfCsrf + DB string + DBType string + MailFrom string + MailSMTP *ConfMailSMTP + MailSparkpost *ConfMailSparkpost + Port int + SessionRedis *ConfSessionRedis + Url string + type ConfCsrf struct + BlockKey string + HashKey string + type ConfMailSMTP struct + Password string + Server string + User string + type ConfMailSparkpost struct + Key string + type ConfSessionRedis struct + DBId int + Server string + type StaticHandler struct + Dir string + IndexFile string + func NewStaticHandler() *StaticHandler + func (s *StaticHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request)