Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewInprocClients)
Functions ¶
func NewInprocMinerChannel ¶ added in v0.1.4
func NewInprocMinerChannel(s miner.LibrarianMinerServiceServer) miner.LibrarianMinerServiceClient
func NewInprocSearcherChannel ¶
func NewInprocSearcherChannel(s searcher.LibrarianSearcherServiceServer) searcher.LibrarianSearcherServiceClient
Types ¶
type InprocClients ¶ added in v0.1.0
type InprocClients struct { // Mapper mapper.LibrarianMapperServiceClient Searcher searcher.LibrarianSearcherServiceClient Miner miner.LibrarianMinerServiceClient }
func NewInprocClients ¶ added in v0.1.0
func NewInprocClients( s searcher.LibrarianSearcherServiceServer, mi miner.LibrarianMinerServiceServer, ) *InprocClients
Click to show internal directories.
Click to hide internal directories.