# Packages
Package mocks contains mocks for tunnel.
# Functions
Start starts a new tunnel by name or returns an error.
# Variables
ErrCannotFindTorBinary is an error emitted when we cannot find the tor binary.
ErrEmptyTunnelDir indicates that config.TunnelDir is empty.
ErrTorReturnedUnsupportedProxy indicates that tor returned to us the address of a proxy that we don't support.
ErrTorUnableToGetSOCKSProxyAddress indicates that we could not get the SOCKS proxy address via the control port.
ErrUnsupportedTunnelName indicates that the given tunnel name is not supported by this package.