//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter10
linksrus
service
frontend
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
21
Dependents
2
Files
698 SLOC
#
Packages
mocks
Package mocks is a generated GoMock package.
#
Functions
NewService
NewService creates a new front-end service instance with the specified config.
#
Structs
Config
Config encapsulates the settings for configuring the front-end service.
Service
Service implements the front-end component for the Links 'R' Us project.
#
Interfaces
GraphAPI
GraphAPI defines as set of API methods for adding links to the link graph.
IndexAPI
IndexAPI defines a set of API methods for searching crawled documents.