Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
type Postgres struct { // Name of the script source Name string `json:"name" yaml:"name" hcl:"name,label"` // Host value Host string `json:"host" yaml:"host" hcl:"host"` // Port value Port int `json:"port" yaml:"port" hcl:"port"` // Username value Username string `json:"username" yaml:"username" hcl:"username"` // Password value Password string `json:"password" yaml:"password" hcl:"password"` // Database value Database string `json:"database" yaml:"database" hcl:"database"` // SSLMode value SSLMode string `json:"sslMode" yaml:"sslMode" hcl:"sslMode,optional"` // SSLCertPath value SSLCertPath string `json:"sslCertPath" yaml:"sslCertPath" hcl:"sslCertPath,optional"` // Timeout value Timeout int `json:"timeout" yaml:"timeout" hcl:"timeout,optional"` // Query is SQL query for scripts select Query string `json:"query" yaml:"query" hcl:"query"` }
Postgres script source config
Click to show internal directories.
Click to hide internal directories.