jsonstream

package
v0.65.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonArrayStream

type JsonArrayStream[T any] struct {
	// contains filtered or unexported fields
}

func NewJsonArrayStream

func NewJsonArrayStream[T any](r io.Reader) *JsonArrayStream[T]

func (*JsonArrayStream[T]) Stream

func (s *JsonArrayStream[T]) Stream() chan *JsonArrayStreamResult[T]

type JsonArrayStreamResult

type JsonArrayStreamResult[T any] struct {
	Result *T
	Err    error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL