# Packages
No description provided by the author
# Functions
NewMockAPI creates a new MockAPI instance.
WithPreCreateHook adds the given hook function to the API.
WithPreUpdateHook adds the given hook function to the API.
# Variables
ErrMergeTypeMissmatch is returned when the merge function is called with two different types.
ErrPageSizeCannotBeZero is returned when newMockPageIter is getting called with itemsPerPage = 0 to prevent devision by zero panic.
# Structs
APIObject wraps types.Object with mock specific metadata Do not use this directly, but rather the custom Gomega matchers located in the 'matcher' sub-package.
# Interfaces
API interface for mock testing.