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

Struct methodTestCreds

test/creds_test.go:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187type methodTestCreds struct{}
188
189func (m *methodTestCreds) GetRequestMetadata(ctx context.Context, _ ...string) (map[string]string, error) {
190 ri, _ := credentials.RequestInfoFromContext(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected