Versions in this module Expand all Collapse all v1 v1.1.0 Mar 18, 2014 Changes in this version type Client + func (c *Client) Stream(command string) bool v1.0.0 Feb 9, 2014 Changes in this version + type Client struct + func (this *Client) Action() string + func (this *Client) ColumnCount() int + func (this *Client) Columns() []string + func (this *Client) Connect(address string) bool + func (this *Client) Connected() bool + func (this *Client) Disconnect() + func (this *Client) Error() string + func (this *Client) Execute(command string) bool + func (this *Client) Failed() bool + func (this *Client) HasColumn(column string) bool + func (this *Client) JSON() string + func (this *Client) NextRow() bool + func (this *Client) Ok() bool + func (this *Client) PubSubId() string + func (this *Client) RowCount() int + func (this *Client) Value(column string) string + func (this *Client) ValueByOrdinal(ordinal int) string + func (this *Client) WaitForPubSub(timeout int) bool