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

Struct transport

internal/xds/testutils/fakeclient/client.go:60–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type transport struct {
61}
62
63func (*transport) NewStream(context.Context, string) (clients.Stream, error) {
64 return &stream{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected