Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andeya/pholcus
/ Handle
Interface
Handle
app/distribute/teleport/teleport.go:69–71 ·
view source on GitHub ↗
Handle processes requests.
Source
from the content-addressed store, hash-verified
67
68
// Handle processes requests.
69
type
Handle
interface
{
70
Process(*NetData) *NetData
71
}
72
73
// New creates a Teleport instance.
74
func
New() Teleport {
Callers
3
apiHandle
Method · 0.65
TestCrawler_Process_downloadError
Function · 0.65
TestCrawler_Process_success
Function · 0.65
Implementers
7
slaveTaskHandle
app/distribute/slave_api.go
masterTaskHandle
app/distribute/master_api.go
masterLogHandle
app/distribute/master_api.go
echoHandle
app/distribute/teleport/teleport_test.
identity
app/distribute/teleport/teleport.go
heartbeat
app/distribute/teleport/teleport.go
crawler
app/crawler/crawler.go
Calls
no outgoing calls
Tested by
no test coverage detected