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

Struct grpcRequest

client/grpc/request.go:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type grpcRequest struct {
12 service string
13 method string
14 contentType string
15 request interface{}
16 opts client.RequestOptions
17 codec codec.Codec
18}
19
20// service Struct.Method /service.Struct/Method.
21func methodToGRPC(service, method string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected