package
Version:
v0.18.7
Opens a new window with list of versions in this module.
Published: Dec 19, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Iterator struct {
Next chan record.Record
Done chan struct{}
}
Iterator defines the iterator structure.
New creates a new Iterator.
Cancel is called by the iteration consumer to cancel the running query.
Err returns the iterator error, if exists.
Finish is called be the storage to signal the end of the query results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.