//
pkg.gl
Category
github.com/influxdata/influxdb-client-go/v2
internal
gzip
package
2.14.0
Repository:
https://github.com/influxdata/influxdb-client-go.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
3
Dependents
1
Files
35 SLOC
#
Functions
CompressWithGzip
CompressWithGzip takes an io.Reader as input and pipes it through a gzip.Writer returning an io.Reader containing the gzipped data.
#
Structs
ReadWaitCloser
ReadWaitCloser is ReadCloser that waits for finishing underlying reader.