Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrSegmentNotFound ¶
type ErrSegmentNotFound struct {
// contains filtered or unexported fields
}
func (*ErrSegmentNotFound) Error ¶
func (e *ErrSegmentNotFound) Error() string
type NextIterator ¶
type NextIterator struct {
// contains filtered or unexported fields
}
func NewNextIterator ¶
func NewNextIterator(seed int64) *NextIterator
func (*NextIterator) Next ¶
func (n *NextIterator) Next(segment string) int
func (*NextIterator) Rand ¶
func (n *NextIterator) Rand(length int) int
Click to show internal directories.
Click to hide internal directories.