Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileDbIterator ¶
type FileDbIterator struct {
// contains filtered or unexported fields
}
func (*FileDbIterator) Key ¶
func (f *FileDbIterator) Key() []byte
func (*FileDbIterator) Next ¶
func (f *FileDbIterator) Next() bool
func (*FileDbIterator) Seek ¶
func (f *FileDbIterator) Seek(start []byte) bool
func (*FileDbIterator) Value ¶
func (f *FileDbIterator) Value() []byte
Click to show internal directories.
Click to hide internal directories.