//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter10
linksrus
service
crawler
package
0.0.0-20241223090118-035fcd7fed56
Repository:
https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
2
Files
176 SLOC
#
Packages
mocks
Package mocks is a generated GoMock package.
#
Functions
NewService
NewService creates a new crawler service instance with the specified config.
#
Structs
Config
Config encapsulates the settings for configuring the web-crawler service.
Service
Service implements the web-crawler component for the Links 'R' Us project.
#
Interfaces
GraphAPI
GraphAPI defines as set of API methods for accessing the link graph.
IndexAPI
IndexAPI defines a set of API methods for indexing crawled documents.