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

# Packages

Package mocks is a generated GoMock package.

# Functions

NewService creates a new crawler service instance with the specified config.

# Structs

Config encapsulates the settings for configuring the web-crawler service.
Service implements the web-crawler component for the Links 'R' Us project.

# Interfaces

GraphAPI defines as set of API methods for accessing the link graph.
IndexAPI defines a set of API methods for indexing crawled documents.