Versions in this module Expand all Collapse all v0 v0.1.0 Dec 15, 2018 Changes in this version + func AuthMiddleware(c *gin.Context) + type GenericError struct + Error string + type Server struct + DB *sqlx.DB + DBConn *sql.Conn + Router *gin.Engine + func GetServer(user, password, database, host, port string) *Server + func (server *Server) ListenAndServe()