Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Addr is http server address Addr string // Port is http server port Port string // PeerBuf is the list of peers PeerBuf *peer.Buffer // MsgBuf is the list of messages MsgBuf *buffer.MessageBuffer // GossipRound is the gossip round number GossipRound *round.GossipRound // Logger Logger *log.Logger // Customo Callbacks Registry CustomCallbacks *callback.CustomRegistry // Default Callback Registry DefaultCallbacks *callback.DefaultRegistry }
Config has configs for http server
Click to show internal directories.
Click to hide internal directories.