package
Version:
v0.0.0-...-e30b9f1
Opens a new window with list of versions in this module.
Published: Feb 14, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Forecast struct {
PvEstimate float64 `json:"pv_estimate"`
PvEstimate10 float64 `json:"pv_estimate10"`
PvEstimate90 float64 `json:"pv_estimate90"`
PeriodEnd time.Time `json:"period_end"`
Period Duration
}
type Forecasts struct {
Forecasts []Forecast
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.