Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataInterface ¶
type DataInterface interface {
// contains filtered or unexported methods
}
DataInterface can be from CVS or from real time
type HistoricData ¶
type HistoricData interface { }
HistoricData is used as an interface for historic data
type RealTimeData ¶
type RealTimeData interface { }
RealTimeData is used as an interface for real time data
Click to show internal directories.
Click to hide internal directories.