Categorygithub.com/ibiscum/Hands-On-Software-Engineering-with-GolangChapter12linksruspagerankservice
# Functions
NewMasterNode creates a new master node for the PageRank calculator service.
NewWorkerNode creates a new worker node for the PageRank calculator service.
# Structs
MasterConfig encapsulates the settings for configuring the master node for the PageRank calculator service.
MasterNode implements a master node for calculating PageRank scores in a distributed fashion.
WorkerConfig encapsulates the settings for configuring a worker node for the PageRank calculator service.
WorkerNode implements a master node for calculating PageRank scores in a distributed fashion.