lnd.xprv/lnrpc/wtclientrpc
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
..
config.go multi: thread anchor client down to wtclient subserver 2020-11-25 16:16:28 -08:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
wtclient.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
wtclient.pb.go lnrpc/wtclientrpc: add anchor_client bool to all requests 2020-11-25 16:16:24 -08:00
wtclient.pb.gw.go lnrpc/wtclientrpc: add anchor_client bool to all requests 2020-11-25 16:16:24 -08:00
wtclient.proto lnrpc/wtclientrpc: add anchor_client bool to all requests 2020-11-25 16:16:24 -08:00
wtclient.swagger.json lnrpc/wtclientrpc: add anchor_client bool to all requests 2020-11-25 16:16:24 -08:00