lnd/rpcperms
Elle Mouton 0d55deac63
rpcperms: enforce order of interceptors
In this commit, we let the registered middleware interceptors be stored
in a slice rather than a map so that the order in which the interceptors
are executed is guarenteed to be the same as the order in which they
were registered.
2022-07-07 17:16:42 +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.go rpcperms: fix typo [skip ci] 2022-04-04 22:58:41 +02:00