lnd.xprv/lnrpc/invoicesrpc
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
..
addinvoice.go Merge pull request #4423 from breez/enable-encode-invoice-via-rpc 2020-11-19 14:44:38 +01:00
config_active.go invoices+rpc: add missing channel graph to the AddInvoiceConfig 2021-02-03 11:33:27 +01:00
config_default.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
invoices_server.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
invoices.pb.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
invoices.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
invoices.proto lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
invoices.swagger.json lnrpc+itest: expose AMP fields on InvoiceHTLC 2021-03-04 10:11:21 -08:00
log.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
utils.go lnrpc+itest: expose AMP fields on InvoiceHTLC 2021-03-04 10:11:21 -08:00