Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCLIOverrides ¶
ParseCLI Overrides parses CLI override flags
func ParseFlags ¶
ParseFlags parses command line flags for configration from command line input
func ParseTableName ¶
Types ¶
type Config ¶
type Config struct { CfgPath string Host string `yaml:"host"` Port string `yaml:"port"` DBName string `yaml:"db_name"` DBUser string `yaml:"username"` DBPassword string `yaml:"password"` SSLMode string `yaml:"ssl_mode"` ExcludedTables []string `yaml:"excluded_tables"` ExcludedSchemas []string `yaml:"excluded_schemas"` IncludedTables []string `yaml:"included_tables"` Security string `yaml:"security"` LogClientQuery bool `yaml:"log_client_query"` Owner string `yaml:"owner"` ViewsOnly bool `yaml:"views_only"` Grantee string `yaml:"grantee"` OwnerRole string `yaml:"set_role"` LockTimeout string `yaml:"lock_timeout"` JSONType string }
Config ...
Click to show internal directories.
Click to hide internal directories.