Versions in this module Expand all Collapse all v0 v0.3.9 Jan 19, 2021 Changes in this version + var ErrAuth = errors.New("unauthorized error") + type Mgr struct + func New(pool *redis.Pool) *Mgr + func (r *Mgr) AddProxy(user string, domain, addr string, port, portTLS int) error + func (r *Mgr) AddReverseProxy(user string, domain, secret string) error + func (r *Mgr) RemoveProxy(user string, domain string) error + func (r *Mgr) RemoveReverseProxy(user string, domain string) error