lnd.xprv/lnrpc/chainrpc
Johan T. Halseth 4ea494e8c5
lnrpc: wrap subservers in GrpcHandler
In order to be able to register the subservers with the root grpc server
before we have all dependencies available, we wrap them in an
GrpcHandler struct. This struct will initially hold an empty reference
to the subservers, which allows us to register with the GRPC server, and
later populate and create the subserver instance.
2021-03-11 13:05:23 +01:00
..
chainnotifier_server.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
chainnotifier.pb.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
chainnotifier.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
chainnotifier.proto lnrpc: unify proto style by moving services to top of file 2020-05-08 14:33:04 +02:00
chainnotifier.swagger.json lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
config_active.go lnrpc/chainrpc: add ChainNotifier subserver Config 2019-01-21 14:01:22 -08:00
config_default.go lnrpc/chainrpc: add ChainNotifier subserver Config 2019-01-21 14:01:22 -08:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00