Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoMoreObjects is returned on Pop() when there are no more objects // to return ErrNoMoreObjects = errors.New("no more objects") // ErrAlreadyExists is returned on Push() when combination of object/key // already exists ErrAlreadyExists = errors.New("already exists") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.