Documentation
¶
Overview ¶
Package api defines the data source interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProvider ¶
ConfigProvider returns the value of the supplied variable as a JSON string.
type DataSource ¶
type DataSource interface { Init(c ConfigProvider) error datasource.DataSource io.Closer }
DataSource represents an external data source that implements the methods needed by the data source importer as well as lifecycle methods to handle clean up of temporary resources.
Click to show internal directories.
Click to hide internal directories.