Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// A reachable, public address which peers may reach you on.
// The format of the address must be [host]:[port].
PublicAddr string
// A list of IPv4/IPv6 addresses and ports assembled as [host]:[port] which
// your fiesta node will listen for other nodes from.
BindAddrs []string
StreamNode *sr.StreamNode
// contains filtered or unexported fields
}
func (*Node) StartWithKeyAndServiceAndProbeAddrs ¶
Click to show internal directories.
Click to hide internal directories.