iterator

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupIterator added in v0.5.1

type GroupIterator interface {
	Iterator
	Group() (*api.ConsumerGroup, error)
}

GroupIterator allows access to ConsumerGroup models in the datbase

type Iterator

type Iterator interface {
	Key() []byte
	Next() bool
	Prev() bool
	Error() error
	Release()
}

Iterators allow memory safe list operations from the Store.

type TopicIterator

type TopicIterator interface {
	Iterator
	Topic() (*api.Topic, error)
	NextPage(in *api.PageInfo) (*api.TopicsPage, error)
}

TopicIterator allows access to Topic models in the database

type TopicNamesIterator added in v0.5.1

type TopicNamesIterator interface {
	Iterator
	TopicName() (*api.TopicName, error)
	NextPage(in *api.PageInfo) (*api.TopicNamesPage, error)
}

TopicIterator allows access to Topic names index in the database

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL