Versions in this module Expand all Collapse all v0 v0.4.0 Oct 26, 2019 Changes in this version + type Client struct + Address string + Password string + TLSConfig config.TLSConfig + Username string + func (c *Client) ListLabelNames(quiet bool) (*loghttp.LabelResponse, error) + func (c *Client) ListLabelValues(name string, quiet bool) (*loghttp.LabelResponse, error) + func (c *Client) LiveTailQueryConn(queryStr string, delayFor int, limit int, from int64, quiet bool) (*websocket.Conn, error) + func (c *Client) Query(queryStr string, limit int, time time.Time, direction logproto.Direction, ...) (*loghttp.QueryResponse, error) + func (c *Client) QueryRange(queryStr string, limit int, from, through time.Time, ...) (*loghttp.QueryResponse, error)