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

Struct fakeGRPCServer

xds/server_test.go:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type fakeGRPCServer struct {
69 done chan struct{}
70 registerServiceCh *testutils.Channel
71 serveCh *testutils.Channel
72}
73
74func (f *fakeGRPCServer) RegisterService(*grpc.ServiceDesc, any) {
75 f.registerServiceCh.Send(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected