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

Struct testPerRPCCredentials

test/creds_test.go:292–295  ·  test/creds_test.go::testPerRPCCredentials

Source from the content-addressed store, hash-verified

290)
291
292type testPerRPCCredentials struct {
293 authdata map[string]string
294 errChan chan error
295}
296
297func (cr testPerRPCCredentials) GetRequestMetadata(context.Context, ...string) (map[string]string, error) {
298 var err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected