공부/Go

go gRPC 서버 테스트 코드 도움되는 글

토고미 2024. 7. 25. 21:43

https://medium.com/@3n0ugh/how-to-test-grpc-servers-in-go-ba90fe365a18

 

How to Test gRPC Servers in Go

In this article, I will show how to create a gRPC server and then write the tests for it.

medium.com

 

bidirectional stream 서버 테스트 코드도 정리되어있음