Documentation
¶
Index ¶
- Variables
- func NewInprocMapperChannel(s mapper.LibrarianMapperServiceServer) mapper.LibrarianMapperServiceClient
- func NewInprocMinerChannel(s miner.LibrarianMinerServiceServer) miner.LibrarianMinerServiceClient
- func NewInprocPorterChannel(s porter.LibrarianPorterServiceServer) porter.LibrarianPorterServiceClient
- func NewInprocSearcherChannel(s searcher.LibrarianSearcherServiceServer) searcher.LibrarianSearcherServiceClient
- type InprocClients
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewInprocClients)
Functions ¶
func NewInprocMapperChannel ¶
func NewInprocMapperChannel(s mapper.LibrarianMapperServiceServer) mapper.LibrarianMapperServiceClient
func NewInprocMinerChannel ¶ added in v0.1.4
func NewInprocMinerChannel(s miner.LibrarianMinerServiceServer) miner.LibrarianMinerServiceClient
func NewInprocPorterChannel ¶
func NewInprocPorterChannel(s porter.LibrarianPorterServiceServer) porter.LibrarianPorterServiceClient
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 Porter porter.LibrarianPorterServiceClient Miner miner.LibrarianMinerServiceClient }
func NewInprocClients ¶ added in v0.1.0
func NewInprocClients( m mapper.LibrarianMapperServiceServer, s searcher.LibrarianSearcherServiceServer, p porter.LibrarianPorterServiceServer, mi miner.LibrarianMinerServiceServer, ) *InprocClients
Click to show internal directories.
Click to hide internal directories.