package
0.0.0-20241006040839-e191f7f9dc45
Repository: https://github.com/paralleltree/markov-bot-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Type aliases

Type ChunkIteratorFunc[T any] is a function type that returns a chunk of items, a boolean indicating whether there are more items, and an error.
Type IteratorFunc[T any] is a function type that returns an item, a boolean indicating whether the item is valid and can try to move on to next one, and an error.