Versions in this module Expand all Collapse all v0 v0.14.0 Dec 18, 2024 Changes in this version + type Node struct + func Setup(sk ed25519.PrivateKey, ...) (*Node, error) + func (n *Node) CreateClient() *fclient.Client + func (n *Node) CreateFederationClient(cfg *config.Dendrite) fclient.FederationClient + func (n *Node) DerivedServerName() string + func (n *Node) DialerContext(ctx context.Context, _, address string) (net.Conn, error) + func (n *Node) DisconnectMulticastPeers() + func (n *Node) DisconnectNonMulticastPeers() + func (n *Node) KnownNodes() []spec.ServerName + func (n *Node) PeerCount() int + func (n *Node) PrivateKey() ed25519.PrivateKey + func (n *Node) PublicKey() ed25519.PublicKey + func (n *Node) SetMulticastEnabled(enabled bool) + func (n *Node) SetStaticPeer(uri string) error + func (n *Node) Stop()