MCPcopy
hub / github.com/name5566/leaf / Agent

Interface Agent

network/agent.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package network
2
3type Agent interface {
4 Run()
5 OnClose()
6}

Callers 8

connectMethod · 0.95
runMethod · 0.95
connectMethod · 0.95
ServeHTTPMethod · 0.65
connectMethod · 0.95
runMethod · 0.95
connectMethod · 0.95
ServeHTTPMethod · 0.65

Implementers 1

agentgate/gate.go

Calls

no outgoing calls

Tested by

no test coverage detected