template

package
v0.0.0-...-ad801e6 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ForwardValueIterator

type ForwardValueIterator interface {
	generic.Type

	Next() bool
	Err() error
	Current() GenericValue
	Close()
}

ForwardValueIterator allows iterating over a stream of GenericValue.

type GenericValue

type GenericValue generic.Type

GenericValue is a generic type.

type SeekableValueIterator

type SeekableValueIterator interface {
	ForwardValueIterator

	SeekForward(n int) error
}

SeekableValueIterator allows iterating and seeking over a stream of GenericValue.

Jump to

Keyboard shortcuts

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