Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSource interface { // Fetch will retrieve new data and returns it as an event from central event lib. // For more details about events see https://github.com/tommzn/hdb-events-go Fetch() (interface{}, error) }
DataSource retrieves data from a specific source.
Click to show internal directories.
Click to hide internal directories.