MCPcopy
hub / github.com/micro/go-micro / Error

Method Error

client/rpc_stream.go:140–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func (r *rpcStream) Error() error {
141 r.RLock()
142 defer r.RUnlock()
143
144 return r.err
145}
146
147func (r *rpcStream) CloseSend() error {
148 return errors.New("streamer not implemented")

Callers 1

CloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected