Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LOG = logging.NewLogger("conn-parse")
Functions ¶
This section is empty.
Types ¶
type ConnectionParameters ¶
type ConnectionParameters struct {
Username string
Password string
Host string
Port int
Ssl bool
Database string
}
func ParseParameters ¶
func ParseParameters(opts map[string]interface{}, defaultPort int) *ConnectionParameters
Click to show internal directories.
Click to hide internal directories.