Documentation
¶
Overview ¶
Package httpd implements the tor network service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServiceClosed = errors.New("httpd: Service closed")
ErrServiceClosed is returned by the Service's Serve method after a call to Shutdown.
Functions ¶
This section is empty.
Types ¶
type Tor ¶
type Tor struct {
// contains filtered or unexported fields
}
Tor represents a Tor service in the application.
Click to show internal directories.
Click to hide internal directories.