Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetMetaData ¶ added in v0.10.0
func SetMetaData(config target.BaseTargetConfig, metadata data_source.MetaData) error
Types ¶
type DataSourceImportConfig ¶
type DataSourceImportConfig struct { target.BaseTargetConfig TargetFile string DeleteUntouched bool ReplaceTags bool }
type DataSourceImportResult ¶
type DataSourceImporter ¶
type DataSourceImporter interface {
TriggerImport() (*DataSourceImportResult, error)
}
func NewDataSourceImporter ¶
func NewDataSourceImporter(config *DataSourceImportConfig) DataSourceImporter
type Response ¶
type Response struct {
ImportDataSource DataSourceImportResult `json:"importDataSource"`
}
Click to show internal directories.
Click to hide internal directories.