MCPcopy
hub / github.com/grpc/grpc-go / failPreRPCCred

Struct failPreRPCCred

balancer/grpclb/grpclb_test.go:1376–1376  ·  balancer/grpclb/grpclb_test.go::failPreRPCCred

Source from the content-addressed store, hash-verified

1374}
1375
1376type failPreRPCCred struct{}
1377
1378func (failPreRPCCred) GetRequestMetadata(_ context.Context, uri ...string) (map[string]string, error) {
1379 if strings.Contains(uri[0], failtosendURI) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected