Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶ added in v0.0.16
type Collection ¶ added in v0.0.16
type JournalSource ¶ added in v0.0.15
type JournalSource struct { Context journal.Context Path string Expand bool Filter journal.Filter AutoLoad bool // contains filtered or unexported fields }
JournalSource emits journal data in daily batches.
func (*JournalSource) Load ¶ added in v0.0.16
func (js *JournalSource) Load(ctx context.Context) error
func (JournalSource) Max ¶ added in v0.0.16
func (js JournalSource) Max() time.Time
func (JournalSource) Min ¶ added in v0.0.16
func (js JournalSource) Min() time.Time
type PeriodDiffer ¶ added in v0.0.15
PeriodDiffer filters the incoming days according to the dates specified.
type PeriodFilter ¶
PeriodFilter filters the incoming days according to the dates specified.
type PriceUpdater ¶
PriceUpdater updates the prices in a stream of days.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.