# Functions
NewService is used to initialize a new service struct parameters: addr (a string of a http address), store (a store of node details) returns: *Service (a newly initialized service struct).
# Variables
HTTPAddr contains the port used by this node.
# Structs
No description provided by the author
Service is a type to be used by the raft consensus protocol consists of a base http address and a store in the finite state machine.