connectionconfiginfomanager

package
v0.0.0-...-9c72d28 Latest Latest
Warning

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

Go to latest
Published: May 29, 2020 License: Apache-2.0, Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteConnectionConfig

func DeleteConnectionConfig(configName string) (bool, error)

Types

type ConnectionConfigInfo

type ConnectionConfigInfo struct {
	ConfigName     string // ex) "config01"
	ProviderName   string // ex) "AWS"
	DriverName     string // ex) "AWS-Test-Driver-V0.5"
	CredentialName string // ex) "credential01"
	RegionName     string // ex) "region01"
}

====================================================================

func CreateConnectionConfig

func CreateConnectionConfig(configName string, providerName string, driverName string, credentialName string, regionName string) (*ConnectionConfigInfo, error)

1. check params 2. check driver files 3. insert them into cb-store You should copy the driver library into ~/libs before.

func CreateConnectionConfigInfo

func CreateConnectionConfigInfo(configInfo ConnectionConfigInfo) (*ConnectionConfigInfo, error)

func GetConnectionConfig

func GetConnectionConfig(configName string) (*ConnectionConfigInfo, error)

1. check params 2. get DriverInfo from cb-store

func ListConnectionConfig

func ListConnectionConfig() ([]*ConnectionConfigInfo, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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