base

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL