faraday/frdrpc/doc.go
Oliver Gugger 6f4c01d0f6
frdrpc+frdrpcserver: move RPC server into own package
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.
2022-05-02 12:24:44 +02:00

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