Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodePoint ¶
func EncodePoints ¶
func HTTPClientCfg ¶
Types ¶
type Client ¶
type Client struct { Cfg ClientCfg Log *dlog.Logger HTTPClient *dhttp.Client // contains filtered or unexported fields }
func (*Client) EnqueuePoint ¶
func (*Client) EnqueuePoints ¶
type ClientCfg ¶
type ClientCfg struct { Log *dlog.Logger `json:"-"` HTTPClient *dhttp.Client `json:"-"` Hostname string `json:"-"` URI string `json:"uri"` Bucket string `json:"bucket"` Org string `json:"org"` BatchSize int `json:"batch_size"` Tags map[string]string `json:"tags"` LogRequests bool `json:"log_requests"` }
Click to show internal directories.
Click to hide internal directories.