Versions in this module Expand all Collapse all v1 v1.0.1 Jan 15, 2020 v1.0.0 Nov 27, 2019 Changes in this version + func StartServer(port string, token string, mysqlUser string, mysqlPassword string, ...) + type Controller struct + func (c *Controller) ServeHTTP(w http.ResponseWriter, r *http.Request) + type SQLDriver struct + func (driver *SQLDriver) Clean() + func (driver *SQLDriver) GetHeldMessageCount() (int, error) + func (driver *SQLDriver) GetQueueLength() (int, error)