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 PageRank calculator service instance with the specified config.

# Structs

Config encapsulates the settings for configuring the PageRank calculator service.
Service implements the PageRank calculator component for the Links 'R' Us project.

# Interfaces

GraphAPI defines as set of API methods for fetching the links and edges from the link graph.
IndexAPI defines a set of API methods for updating PageRank scores for indexed documents.