Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bookmark ¶
type Bookmark struct { Url string `json:"url"` // Postgres connection URL Host string `json:"host"` // Server hostname Port int `json:"port"` // Server port User string `json:"user"` // Database user Password string `json:"password"` // User password Database string `json:"database"` // Database name Ssl string `json:"ssl"` // Connection SSL mode Ssh *shared.SSHInfo `json:"ssh"` // SSH tunnel config }
func GetBookmark ¶ added in v0.9.6
func (Bookmark) ConvertToOptions ¶ added in v0.9.6
func (Bookmark) SSHInfoIsEmpty ¶ added in v0.9.6
Click to show internal directories.
Click to hide internal directories.