Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleTargetError ¶
func HandleTargetError(err error, config *BaseTargetConfig, during string)
func RunTargets ¶
func RunTargets(baseLogger hclog.Logger, otherArgs []string, runTarget func(tConfig *BaseTargetConfig) error) error
Types ¶
type BaseTargetConfig ¶
type BaseTargetConfig struct { config.ConfigMap ConnectorName string ConnectorVersion string Name string DataSourceId string IdentityStoreId string ApiUser string ApiSecret string Domain string SkipIdentityStoreSync bool SkipDataSourceSync bool SkipDataAccessSync bool SkipDataUsageSync bool Logger hclog.Logger DeleteUntouched bool ReplaceTags bool DeleteTempFiles bool ReplaceGroups bool }
Click to show internal directories.
Click to hide internal directories.