lnd/rpcperms
Oliver Gugger dc32ca61f8
rpcperms: add replaceProtoMsg
Because of the way the gRPC Receive() method is designed, we need a way
to replace a proto message with the content of another one without
replacing the original instance itself (e.g. overwrite all values in the
existing struct instance).
2022-07-14 09:36:36 +02:00
..
interceptor.go rpcperms: enforce order of interceptors 2022-07-07 17:16:42 +02:00
log.go log+rpcperms: add custom RPCP logger to rpcperms package 2021-09-20 13:05:47 +02:00
middleware_handler_test.go rpcperms: add replaceProtoMsg 2022-07-14 09:36:36 +02:00
middleware_handler.go rpcperms: add replaceProtoMsg 2022-07-14 09:36:36 +02:00