Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ServiceVersion string // dmesh service version (v1)
GRPCListenAddr string // Address to listen for incoming gRPC requests
HttpListenAddr string // Address to listen for incoming http requests
PublishInterval time.Duration // longest duration a dmesh peer will not publish
IndicesPath string // Location for inflight indices
BlocksStoreURL string // Path to read blocks archives
}
type Modules ¶
type Modules struct {
BlockMapper search.BlockMapper
Dmesh dmeshClient.SearchClient
}
Click to show internal directories.
Click to hide internal directories.