Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTTPClientID = "Id" HTTPCommandID = "Cid" )
http request header names
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node interface { socket.Socket //Database ID() identity.NodeID Run() Retry(r message.Transaction) Forward(id identity.NodeID, r message.Transaction) Register(m interface{}, f interface{}) IsByz() bool }
Node is the primary access point for every replica it includes networking, state machine and RESTful API server
Click to show internal directories.
Click to hide internal directories.