MCPcopy
hub / github.com/connectrpc/connect-go / errStreamingClientConn

Struct errStreamingClientConn

connect.go:389–391  ·  view source on GitHub ↗

errStreamingClientConn is a sentinel error implementation of StreamingClientConn.

Source from the content-addressed store, hash-verified

387
388// errStreamingClientConn is a sentinel error implementation of StreamingClientConn.
389type errStreamingClientConn struct {
390 err error
391}
392
393func (c *errStreamingClientConn) Receive(msg any) error {
394 return c.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected