This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
v0.1.0
add support for ssl options (#2) * add support for ssl options * use strconv.ParseBool * set clusterConfig.SslOpts in each case instead * expand on tests * fix extraneous TrimSpace and missing QueryUnescape on value * reorg tests for TestConfigStringToClusterConfig * only QueryUnescape username, password, certPath, keyPath, and caPath * add SslOptions to ClusterConfigToConfigString * fix missing QueryEscape on username and password