Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OverlayMembership ¶
type OverlayMembership interface {
// Called when a new local virtual node joins the overlay.
AddTrader(guid []byte)
}
Node interface exposed to the overlay below.
type OverlayNode ¶
type OverlayNode struct {
// contains filtered or unexported fields
}
Represents a generic overlay node.
func NewOverlayNode ¶
func NewOverlayNode(nodeIP string, port int, guid []byte) *OverlayNode
NewOverlayNode creates a new overlay node.
Click to show internal directories.
Click to hide internal directories.