Add ability to connect with settings from third-party backend

This commit is contained in:
Dan Sosedoff
2017-09-15 18:54:14 -05:00
parent f5f595ac02
commit 73816ff2d7
6 changed files with 96 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ type Client struct {
tunnel *Tunnel
serverVersion string
lastQueryTime time.Time
External bool
History []history.Record `json:"history"`
ConnectionString string `json:"connection_string"`
}