Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionError ¶
type CollectionError error
var ( LimitExceeded CollectionError = errors.New("limit exceeded") IndexOutOfBounds CollectionError = errors.New("index out of bounds") )
Click to show internal directories.
Click to hide internal directories.