Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusinessNode ¶
type BusinessNode struct {
// contains filtered or unexported fields
}
func NewBusinessNode ¶
func NewBusinessNode( ctx context.Context, privKey ed25519.PrivateKey, psk security.PSK, ownNodeId warpnet.WarpPeerID, selfHashHex string, version *semver.Version, authRepo member.AuthProvider, db member.Storer, bootstrapNodes []warpnet.WarpAddrInfo, metrics member.MetricsOnlinePusher, ) (*BusinessNode, error)
func (*BusinessNode) NodeInfo ¶
func (b *BusinessNode) NodeInfo() warpnet.NodeInfo
func (*BusinessNode) SelfStream ¶
func (*BusinessNode) Start ¶
func (b *BusinessNode) Start() error
func (*BusinessNode) Stop ¶
func (b *BusinessNode) Stop()
Click to show internal directories.
Click to hide internal directories.