package
0.0.0-20240816033106-757bced2f5f6
Repository: https://github.com/tdakkota/docker-logql.git
Documentation: pkg.go.dev

# Functions

Empty creates new empty iterator.
ForEach calls given callback for each iterator element.
Slice creates new SliceIterator from given values.

# Structs

EmptyIterator returns zero elements.
SliceIterator is a slice iterator.

# Interfaces

Iterator is an storage iterator interface.