Versions in this module Expand all Collapse all v0 v0.6.3 Dec 16, 2019 v0.6.2 Dec 13, 2019 Changes in this version + var NewProxyChan = make(chan *model.HttpProxy, config.NewQueue) + var OldProxyChan = make(chan *model.HttpProxy, config.OldQueue) + func GetNewChan() chan *model.HttpProxy + func GetOldChan() chan *model.HttpProxy