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 func(status job.JobStatus)) AccessProviderImporter
type DataAccessSync ¶ added in v0.16.0
type DataAccessSync struct {
TargetConfig *target.BaseTargetConfig
JobId string
StatusUpdater func(status job.JobStatus)
}
func (*DataAccessSync) GetResultObject ¶ added in v0.16.0
func (s *DataAccessSync) GetResultObject() interface{}
func (*DataAccessSync) ProcessResults ¶ added in v0.16.0
func (s *DataAccessSync) ProcessResults(results interface{}) error
func (*DataAccessSync) StartSyncAndQueueJob ¶ added in v0.16.0
func (s *DataAccessSync) StartSyncAndQueueJob(client plugin.PluginClient) (job.JobStatus, string, error)
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.