Categorygithub.com/ibiscum/Hands-On-Software-Engineering-with-GolangChapter10linksrusservicecrawlermocks
# Functions
NewMockGraphAPI creates a new mock instance.
NewMockIndexAPI creates a new mock instance.
NewMockLinkIterator 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.
MockLinkIterator is a mock of LinkIterator interface.
MockLinkIteratorMockRecorder is the mock recorder for MockLinkIterator.