Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFullHistoryLatestDataProvider ¶ added in v1.2.4
func NewFullHistoryLatestDataProvider(args ArgsLatestDataProvider) (*fullHistoryLatestDataProvider, error)
NewFullHistoryLatestDataProvider returns a new instance of fullHistoryLatestDataProvider
func NewLatestDataProvider ¶
func NewLatestDataProvider(args ArgsLatestDataProvider) (*latestDataProvider, error)
NewLatestDataProvider returns a new instance of latestDataProvider
Types ¶
type ArgsLatestDataProvider ¶
type ArgsLatestDataProvider struct { GeneralConfig config.Config BootstrapDataProvider factory.BootstrapDataProviderHandler DirectoryReader storage.DirectoryReaderHandler ParentDir string DefaultEpochString string DefaultShardString string }
ArgsLatestDataProvider holds the arguments needed for creating a latestDataProvider object
Click to show internal directories.
Click to hide internal directories.