Documentation
¶
Index ¶
- Constants
- type BaseTargetConfig
- 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
Constants ¶
View Source
const ( DataSourceSyncerName = "dataSourceSyncer" DataAccessSyncerName = "dataAccessSyncer" IdentityStoreSyncerName = "identityStoreSyncer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseTargetConfig ¶
type BaseTargetConfig struct { Connector string LogName string DataSourceId string IdentityStoreId string ApiUser string ApiSecret string RaitoDomain string SkipIdentityStoreSync bool SkipDataSourceSync bool SkipDataAccessSync bool Logger hclog.Logger Parameters map[interface{}]interface{} }
func (*BaseTargetConfig) GetBool ¶
func (c *BaseTargetConfig) GetBool(key string) bool
func (*BaseTargetConfig) GetBoolWithDefault ¶
func (c *BaseTargetConfig) GetBoolWithDefault(key string, defaultValue bool) bool
func (*BaseTargetConfig) GetInt ¶
func (c *BaseTargetConfig) GetInt(key string) int
func (*BaseTargetConfig) GetIntWithDefault ¶
func (c *BaseTargetConfig) GetIntWithDefault(key string, defaultValue int) int
func (*BaseTargetConfig) GetString ¶
func (c *BaseTargetConfig) GetString(key string) string
func (*BaseTargetConfig) GetStringWithDefault ¶
func (c *BaseTargetConfig) GetStringWithDefault(key string, defaultValue string) string
Click to show internal directories.
Click to hide internal directories.