Documentation ¶
Index ¶
Constants ¶
View Source
const MULTISQLPASS = "MULTISQLPASS" // nazwa ziennej środowiskowej z hasłem
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PassFile string `json:"Passfile"` PsqlExec string `json:"PsqlExec"` SqlDir string `json:"SqlDir"` Defaults Connection `json:"Defaults"` Connections []Connection `json:"Connections"` }
func GetConfig ¶
func GetConfig(params Parameters) (config Config, err error)
type Connection ¶
Click to show internal directories.
Click to hide internal directories.