Categorygithub.com/ibiscum/Hands-On-Software-Engineering-with-GolangChapter10linksrusservicefrontendmocks
# 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.