Versions in this module Expand all Collapse all v0 v0.1.1 Jul 14, 2023 v0.1.0 May 22, 2023 Changes in this version + const DefAPILimit + const DefConnTimeout + type HTTPHandler interface + RegisterHTTP func(c *gin.Engine) error + type HTTPServer struct + func NewHTTPServer(cfg config.API, lg *zap.Logger, proxy *proxy.SQLServer, ...) (*HTTPServer, error) + func (h *HTTPServer) Close() error + func (h *HTTPServer) ConfigGet(c *gin.Context) + func (h *HTTPServer) ConfigSet(c *gin.Context) + func (h *HTTPServer) DebugHealth(c *gin.Context) + func (h *HTTPServer) DebugRedirect(c *gin.Context) + func (h *HTTPServer) NamespaceCommit(c *gin.Context) + func (h *HTTPServer) NamespaceGet(c *gin.Context) + func (h *HTTPServer) NamespaceList(c *gin.Context) + func (h *HTTPServer) NamespaceRemove(c *gin.Context) + func (h *HTTPServer) NamespaceUpsert(c *gin.Context)