hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.32k stars 954 forks source link

chore(server): Move recover_error service to service module #1744

Closed tottoto closed 2 weeks ago

tottoto commented 2 weeks ago

The appropriate place for recover error service seems to be the services module.