type github.com/jackc/chunkreader/v2.Config
5 uses
github.com/jackc/chunkreader/v2 (current package)
chunkreader.go#L21: config Config
chunkreader.go#L25: type Config struct {
chunkreader.go#L31: cr, err := NewConfig(r, Config{})
chunkreader.go#L40: func NewConfig(r io.Reader, config Config) (*ChunkReader, error) {
github.com/jackc/pgconn
config.go#L677: cr, err := chunkreader.NewConfig(r, chunkreader.Config{MinBufLen: minBufferLen})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |