Versions in this module Expand all Collapse all v0 v0.1.0 Apr 29, 2024 Changes in this version + const APISlugStreamLoad + const ColumnSeparatorComma + const EncloseDoubleQuotes + const HeaderColumns + const HeaderEnclose + const HeaderMaxRilterRatio + const HeaderSkipHeader + const MaxFilterRatioDefault + type Client struct + SimpClient httpsimple.Client + func NewClient(serverURL, username, password string) (*Client, error) + func (c Client) StreamLoad(opts StreamLoadOpts) (*http.Response, error) + type StreamLoadOpts struct + ColumnSeparator string + Columns []string + Database string + Enclose string + Expect string + Filename string + Label string + MaxFilterRatio uint + SkipHeader bool + Table string + func (opts StreamLoadOpts) Header() http.Header