mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
To avoid the frdrpc package having dependencies to other libraries and making using the JSON/WASM stubs hard, we extract all the business logic and RPC server code into its own package called frdrpcserver.
3 lines
155 B
Go
3 lines
155 B
Go
// Package frdrpc contains the proto files and generated code for faraday's
|
|
// grpc server which serves requests for close recommendations.
|
|
package frdrpc
|