MCPcopy
hub / github.com/fatedier/frp / failingConnector

Struct failingConnector

client/service_test.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type failingConnector struct {
19 err error
20}
21
22func (c *failingConnector) Open() error {
23 return c.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected