package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# Functions

NewMockGraphAPI creates a new mock instance.
NewMockIndexAPI creates a new mock instance.
NewMockIterator creates a new mock instance.

# Structs

MockGraphAPI is a mock of GraphAPI interface.
MockGraphAPIMockRecorder is the mock recorder for MockGraphAPI.
MockIndexAPI is a mock of IndexAPI interface.
MockIndexAPIMockRecorder is the mock recorder for MockIndexAPI.
MockIterator is a mock of Iterator interface.
MockIteratorMockRecorder is the mock recorder for MockIterator.