Versions in this module Expand all Collapse all v1 v1.0.2 Nov 4, 2021 v1.0.1 Oct 31, 2021 v1.0.0 Oct 30, 2021 Changes in this version + var ProxyTaskQueue map[string]map[string]ProxyTaskQueueItem + func ProxyTaskQueueClose(serverID string) + func ProxyTaskQueueTimeoutClear(serverID string, timeoutSeconds int64) + type ProxyTaskQueueItem struct + Conn net.Conn + ID string + Status bool + TimeUnix int64