From 1fc532e26784487e7ae114df55e070593dc4b80d Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Tue, 1 Oct 2024 16:28:16 +0200 Subject: [PATCH] doc(main): Updated documentation (#288) --- docs/modules/fxgrpcserver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/fxgrpcserver.md b/docs/modules/fxgrpcserver.md index a14c2a17..868643de 100644 --- a/docs/modules/fxgrpcserver.md +++ b/docs/modules/fxgrpcserver.md @@ -412,6 +412,6 @@ grpc_server_handling_seconds_count{grpc_method="Unary",grpc_service="test.Servic This module provides a `*bufconn.Listener` that will automatically be used by the gRPC server in `test` mode. -You can then use this listener with your gRPC clients to provide `functional` tests for your gRPC services. +You can create connections for your gRPC clients, using this listener, with the [TestBufconnConnectionFactory](https://github.com/ankorstore/yokai/blob/main/grpcserver/grpcservertest/factory.go). -You can find tests examples in the [gRPC server module tests](https://github.com/ankorstore/yokai/blob/main/fxgrpcserver/module_test.go). \ No newline at end of file +You can find tests examples in the [gRPC server module tests](https://github.com/ankorstore/yokai/blob/main/fxgrpcserver/module_test.go).