Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedRelayData ¶
AggregatedRelayData is a 1:1 mapping between a relay API URL and the data collected by the data aggregator service from this relay for a specific slot. It is also used by the service responsible for storing this data.
type DataPreprocessorOutput ¶
type DataPreprocessorOutput = struct {
Output []*PreprocessedRelayData
}
DataPreprocessorOutput is the default data structure produced as the output of the pre-process task.
type PreprocessedRelayData ¶
type PreprocessedRelayData struct { Bid *dto.Bid Submissions []*dto.Submission }
type RelayData ¶
type RelayData struct { BidsReceived []*datav1.BidReceived BidsDelivered []*datav1.BidDelivered }
RelayData is used by the data aggregator service to transmit collected data from the relays for a specific slot to the service responsible for storing it into the database.
Click to show internal directories.
Click to hide internal directories.