Versions in this module Expand all Collapse all v0 v0.11.0 Mar 22, 2016 Changes in this version type CommandLine + UnsafeSsl bool v0.11.0-rc1 Mar 15, 2016 v0.10.3 Mar 9, 2016 v0.10.1 Feb 18, 2016 v0.10.0 Feb 4, 2016 Changes in this version + var ErrBlankCommand = errors.New("empty input") type CommandLine + IgnoreSignals bool v0.10.0-rc2 Feb 2, 2016 v0.10.0-rc1 Jan 28, 2016 v0.10.0-beta2 Jan 23, 2016 v0.10.0-beta1 Jan 13, 2016 v0.9.6 Dec 8, 2015 Changes in this version type CommandLine + Quit chan struct{} v0.9.6-rc2 Dec 8, 2015 v0.9.6-rc1 Dec 7, 2015 v0.9.5 Nov 17, 2015 Changes in this version + type CommandLine struct + Client *client.Client + ClientVersion string + Compressed bool + Database string + Execute string + Format string + Host string + Import bool + Line *liner.State + PPS int + Password string + Path string + Port int + Precision string + Pretty bool + RetentionPolicy string + ServerVersion string + ShowVersion bool + Ssl bool + Username string + WriteConsistency string + func New(version string) *CommandLine + func (c *CommandLine) Connect(cmd string) error + func (c *CommandLine) DatabaseToken() (string, error) + func (c *CommandLine) ExecuteQuery(query string) error + func (c *CommandLine) FormatResponse(response *client.Response, w io.Writer) + func (c *CommandLine) Insert(stmt string) error + func (c *CommandLine) ParseCommand(cmd string) bool + func (c *CommandLine) Run() + func (c *CommandLine) SetAuth(cmd string) + func (c *CommandLine) SetFormat(cmd string) + func (c *CommandLine) SetPrecision(cmd string) + func (c *CommandLine) SetWriteConsistency(cmd string) + func (c *CommandLine) Settings() + func (c *CommandLine) Version() v0.9.5-rc2 Nov 13, 2015 v0.9.5-rc1 Nov 12, 2015