Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SwitcherIdentity ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewTorController ¶
func NewTorController(dialer Dialer) *Controller
func (*Controller) RequestNewTorIdentity ¶
func (t *Controller) RequestNewTorIdentity(logger *zerolog.Logger) error
type DefaultDialer ¶
type DefaultDialer struct{}
func (DefaultDialer) DialControlPort ¶ added in v0.14.1
func (d DefaultDialer) DialControlPort(network, address string) (net.Conn, error)
Click to show internal directories.
Click to hide internal directories.