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

Struct rpcRequest

server/rpc_request.go:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type rpcRequest struct {
12 socket transport.Socket
13 codec codec.Codec
14 rawBody interface{}
15 header map[string]string
16 service string
17 method string
18 endpoint string
19 contentType string
20 body []byte
21 stream bool
22 first bool
23}
24
25type rpcMessage struct {
26 payload interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected