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

Struct rpcCodec

client/rpc_codec.go:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35)
36
37type rpcCodec struct {
38 client transport.Client
39 codec codec.Codec
40
41 req *transport.Message
42 buf *readWriteCloser
43
44 // signify if its a stream
45 stream string
46}
47
48type readWriteCloser struct {
49 wbuf *bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected