iterator

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateIterator

type CertificateIterator interface {
	Iterator
	CertReq() *models.CertificateRequest
	All() ([]*models.CertificateRequest, error)
}

CertificateIterator allows access to CertificateStore models

type DirectoryIterator

type DirectoryIterator interface {
	Iterator
	Id() string
	VASP() *pb.VASP
	All() ([]*pb.VASP, error)
	Seek(vaspID string) bool
}

DirectoryIterator allows access to DirectoryStore models

type Iterator

type Iterator interface {
	Next() bool
	Prev() bool
	Error() error
	Release()
}

Iterators allow memory safe list operations from the Store.

Jump to

Keyboard shortcuts

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