Versions in this module Expand all Collapse all v0 v0.0.2 Nov 4, 2024 v0.0.1 Nov 4, 2024 Changes in this version + type Opts struct + BufferSize int + HTTPClient *http.Client + Headers map[string]string + QueryID string + type Request struct + func NewRequest(ctx context.Context, cfg config.ClickHouse, opts Opts) (*Request, error) + func (req *Request) Close() error + func (req *Request) Finish() (*Response, error) + func (req *Request) Write(p []byte) (int, error) + func (req *Request) WriteByte(b byte) error + type Response struct + func (resp *Response) Close() error + func (resp *Response) Read(p []byte) (int, error)