hey Vasiliy, I'm not sure I understood your requirements, but let me take a
stab at it.
By handlers of the protobuf I imagine you refer to those stubs generated by
`protoc`, for the gRPCs. Is it correct ?
They have well defined names/packages that can easily be filtered (grep?)
from the the u
Anybody knows golang package that can write cover files in desired format?
вс, 20 авг. 2023 г. в 17:28, Vasiliy Tolstov :
>
> Hi. I have service centric tests - so i want to test not each function
> inside application, but only it handlers (defined via protobuf)
> Also i have custom framework that