//
pkg.gl
Category
github.com/tdakkota/docker-logql
internal
iterators
package
0.0.0-20240816033106-757bced2f5f6
Repository:
https://github.com/tdakkota/docker-logql.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
4
Files
56 SLOC
#
Functions
Empty
Empty creates new empty iterator.
ForEach
ForEach calls given callback for each iterator element.
Slice
Slice creates new SliceIterator from given values.
#
Structs
EmptyIterator
EmptyIterator returns zero elements.
SliceIterator
SliceIterator is a slice iterator.
#
Interfaces
Iterator
Iterator is an storage iterator interface.