# Functions
NewClientInterceptor function can use to inject using grpc client like:
- `recover`
- `log` triggered
- add access token if needed
With `recover()` function can handle re-run the app while got panic
*/.
NewServerInterceptor function can use to inject middleware like:
- `recover`
- `log` triggered
- validate `authentication` if needed
With `recover()` function can handle re-run the app while got panic or error
*/.
No description provided by the author
NewStreamInterceptor validate request against the destination service and the signature with the node owner
*/.