Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSourceLastUsed ¶ added in v0.13.1
type DataUsageImportConfig ¶
type DataUsageImportConfig struct {
target.BaseTargetConfig
TargetFile string
}
type DataUsageImportResult ¶
type DataUsageImporter ¶
type DataUsageImporter interface {
TriggerImport() (*DataUsageImportResult, error)
GetLastUsage() (*time.Time, error)
}
func NewDataUsageImporter ¶
func NewDataUsageImporter(config *DataUsageImportConfig) DataUsageImporter
type LastUsedReponse ¶ added in v0.13.1
type LastUsedReponse struct {
DataSourceInfo DataSourceLastUsed `json:"dataSource"`
}
type Response ¶ added in v0.9.1
type Response struct {
ImportDataUsage DataUsageImportResult `json:"importDataUsage"`
}
Click to show internal directories.
Click to hide internal directories.