package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Apr 24, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GroupIterator allows access to ConsumerGroup models in the datbase
type Iterator interface {
Key() []byte
Next() bool
Prev() bool
Error() error
Release()
}
Iterators allow memory safe list operations from the Store.
TopicIterator allows access to Topic models in the database
TopicIterator allows access to Topic names index in the database
Source Files
¶
Click to show internal directories.
Click to hide internal directories.