MCPcopy
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.
69type Handle interface {
70 Process(*NetData) *NetData
71}
72
73// New creates a Teleport instance.
74func New() Teleport {

Callers 3

apiHandleMethod · 0.65

Implementers 7

slaveTaskHandleapp/distribute/slave_api.go
masterTaskHandleapp/distribute/master_api.go
masterLogHandleapp/distribute/master_api.go
echoHandleapp/distribute/teleport/teleport_test.
identityapp/distribute/teleport/teleport.go
heartbeatapp/distribute/teleport/teleport.go
crawlerapp/crawler/crawler.go

Calls

no outgoing calls

Tested by

no test coverage detected