Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessProviderImportConfig ¶
type AccessProviderImportConfig struct {
target.BaseTargetConfig
TargetFile string
DeleteUntouched bool
}
type AccessProviderImporter ¶
type AccessProviderImporter interface {
TriggerImport(jobId string) (job.JobStatus, string, error)
}
func NewAccessProviderImporter ¶
func NewAccessProviderImporter(config *AccessProviderImportConfig, statusUpdater job.TaskEventUpdater) AccessProviderImporter
type DataAccessSync ¶ added in v0.16.0
type DataAccessSync struct {
TargetConfig *target.BaseTargetConfig
JobId string
}
func (*DataAccessSync) GetParts ¶ added in v0.20.0
func (s *DataAccessSync) GetParts() []job.TaskPart
type QueryResponse ¶ added in v0.17.0
type QueryResponse struct {
Subtask subtaskResponse `json:"subtask"`
}
type Response ¶
type Response struct {
Response QueryResponse `json:"importAccessProvidersRequest"`
}
Click to show internal directories.
Click to hide internal directories.