Versions in this module Expand all Collapse all v1 v1.35.2 Jan 28, 2021 Changes in this version + type StubServer struct + Address string + CC *grpc.ClientConn + Client testpb.TestServiceClient + EmptyCallF func(ctx context.Context, in *testpb.Empty) (*testpb.Empty, error) + FullDuplexCallF func(stream testpb.TestService_FullDuplexCallServer) error + Network string + R *manual.Resolver + S *grpc.Server + Target string + UnaryCallF func(ctx context.Context, in *testpb.SimpleRequest) (*testpb.SimpleResponse, error) + func (ss *StubServer) EmptyCall(ctx context.Context, in *testpb.Empty) (*testpb.Empty, error) + func (ss *StubServer) FullDuplexCall(stream testpb.TestService_FullDuplexCallServer) error + func (ss *StubServer) NewServiceConfig(sc string) + func (ss *StubServer) Start(sopts []grpc.ServerOption, dopts ...grpc.DialOption) error + func (ss *StubServer) Stop() + func (ss *StubServer) UnaryCall(ctx context.Context, in *testpb.SimpleRequest) (*testpb.SimpleResponse, error)