Documentation ¶ Index ¶ type Transport Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Transport ¶ added in v1.0.1 type Transport interface { Unwrap(conn net.Conn) (net.Addr, error) Wrap(conn net.Conn, tgtHost string, tgtPort uint16) error } Source Files ¶ View all Source files transport.go Directories ¶ Show internal Expand all Path Synopsis socks5 sower trojan Click to show internal directories. Click to hide internal directories.