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

# Functions

NewMockGraph creates a new mock instance.
NewMockIndexer creates a new mock instance.
NewMockPrivateNetworkDetector creates a new mock instance.
NewMockURLGetter creates a new mock instance.

# Structs

MockGraph is a mock of Graph interface.
MockGraphMockRecorder is the mock recorder for MockGraph.
MockIndexer is a mock of Indexer interface.
MockIndexerMockRecorder is the mock recorder for MockIndexer.
MockPrivateNetworkDetector is a mock of PrivateNetworkDetector interface.
MockPrivateNetworkDetectorMockRecorder is the mock recorder for MockPrivateNetworkDetector.
MockURLGetter is a mock of URLGetter interface.
MockURLGetterMockRecorder is the mock recorder for MockURLGetter.