Versions in this module Expand all Collapse all v0 v0.2.0 Dec 21, 2021 v0.1.0 Dec 21, 2021 Changes in this version + type BaseTargetConfig struct + ApiSecret string + ApiUser string + Connector string + DataSourceId string + IdentityStoreId string + LogName string + Logger hclog.Logger + Parameters map[interface{}]interface{} + RaitoDomain string + SkipDataAccessSync bool + SkipDataSourceSync bool + SkipIdentityStoreSync bool + func (c *BaseTargetConfig) GetBool(key string) bool + func (c *BaseTargetConfig) GetBoolWithDefault(key string, defaultValue bool) bool + func (c *BaseTargetConfig) GetInt(key string) int + func (c *BaseTargetConfig) GetIntWithDefault(key string, defaultValue int) int + func (c *BaseTargetConfig) GetString(key string) string + func (c *BaseTargetConfig) GetStringWithDefault(key string, defaultValue string) string