package
0.0.0-20210310205550-8f072b4f2c90
Repository: https://github.com/ghostdb/ghostdb-cache-node.git
Documentation: pkg.go.dev

# 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.