package
0.3.15
Repository: https://github.com/atc0005/mysql2sqlite.git
Documentation: pkg.go.dev

# Functions

Branding provides application name, version and origin.
MyBinaryName returns the name of this binary.
NewConfig is a factory function that produces a new Config object based on user provided flag and config file values.
Version emits application version string.

# Constants

LogFormatCLI provides human-friendly CLI output.
LogFormatDiscard discards all logs.
LogFormatJSON provides JSON output.
LogFormatLogFmt provides logfmt plain-text output.
LogFormatText provides human-friendly colored output.
LogLevelDebug is for debug-level messages and is usually enabled when debugging.
LogLevelError is for errors that should definitely be noted.
LogLevelFatal is used for errors that should definitely be noted.
LogLevelInfo is for general application operational entries.
LogLevelWarn is for non-critical entries that deserve eyes.
Log output targets.
Log output targets.
MyAppDescription is used when displaying help text.
MyAppName is the branded name of this application/project.
MyAppURL is the branded homepage or project repo location.
MySQL connection encryption settings https://github.com/go-sql-driver/mysql#tls.
MySQL connection encryption settings https://github.com/go-sql-driver/mysql#tls.
MySQL connection encryption settings https://github.com/go-sql-driver/mysql#tls.
MySQL connection encryption settings https://github.com/go-sql-driver/mysql#tls.
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).
TCP port ranges http://www.iana.org/assignments/port-numbers Port numbers are assigned in various ways, based on three ranges: System Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private Ports (49152-65535).

# Variables

ErrCfgFileNotFound is a fatal error; this error indicates that the user-specified config file could not be found, nor one of the paths automatically checked by this application.

# Structs

Config is a unified set of configuration values for this application.