Versions in this module Expand all Collapse all v1 v1.0.0 Jan 17, 2017 Changes in this version + const ArchiveHandlerURI + const RecentHandlerURI + const RetrieveEventHanderURI + var ErrBadDBConnection = errors.New("Nil db passed to factory method") + func ConfigureStatsD() + func NewArchiveHandler(db *sql.DB, linkhostport string) (func(rw http.ResponseWriter, req *http.Request), error) + func NewEventRetrieveHandler(db *sql.DB) (func(rw http.ResponseWriter, req *http.Request), error) + func NewRecentHandler(db *sql.DB, linkhostport string) (func(rw http.ResponseWriter, req *http.Request), error) + type EventStoreContent struct + AggregateId string + Content string + Published time.Time + TypeCode string + Version int + XMLName xml.Name