lnd/rpcperms
Oliver Gugger efe5f6ae90
multi: add RPC middleware interception
With the middleware handler in place, we now need to add a new gRPC
interceptor to the interceptor chain that will send messages to the
registered middlewares for each event that could be of interest to them.
2021-09-20 17:04:29 +02:00
..
interceptor.go multi: add RPC middleware interception 2021-09-20 17:04:29 +02:00
log.go log+rpcperms: add custom RPCP logger to rpcperms package 2021-09-20 13:05:47 +02:00
middleware_handler.go lnrpc+rpcperms: add middleware handler 2021-09-20 13:12:49 +02:00