redshiftdata

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Type string
	Name string
	ProviderParameter
	DSN string
	*sqlprovider.Provider
}

func NewProvider

func NewProvider(pp *provider.ProviderParameter) (*Provider, error)

type ProviderParameter

type ProviderParameter struct {
	ClusterIdentifier *string `json:"cluster_identifier,omitempty"`
	Database          *string `json:"database,omitempty"`
	DbUser            *string `json:"db_user,omitempty"`
	WorkgroupName     *string `json:"workgroup_name,omitempty"`
	SecretsARN        *string `json:"secrets_arn,omitempty"`
	Timeout           int64   `json:"timeout,omitempty"`
	Polling           int64   `json:"polling_interval,omitempty"`
	Region            string  `json:"region,omitempty"`
}

Jump to

Keyboard shortcuts

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