Skip to content

Commit

Permalink
doc(main): Updated documentation (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox authored Oct 1, 2024
1 parent 1169c33 commit 1fc532e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/fxgrpcserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
You can find tests examples in the [gRPC server module tests](https://github.com/ankorstore/yokai/blob/main/fxgrpcserver/module_test.go).

0 comments on commit 1fc532e

Please sign in to comment.