lnd.xprv/lnrpc/verrpc
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
..
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
log.go lnrpc/verrpc: add Versioner RPC server 2020-04-10 16:39:23 -07:00
server.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
verrpc.pb.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
verrpc.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
verrpc.proto lnrpc: replace /// and /** with // and /* 2020-05-08 14:33:34 +02:00
verrpc.swagger.json lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00