Documentation ¶
Index ¶
- type Node
- 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) KnownNodes() []spec.ServerName
- func (n *Node) PeerCount() int
- func (n *Node) PrivateKey() ed25519.PrivateKey
- func (n *Node) PublicKey() ed25519.PublicKey
- func (n *Node) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { *yggquic.YggdrasilTransport // contains filtered or unexported fields }
func (*Node) CreateClient ¶
func (*Node) CreateFederationClient ¶
func (n *Node) CreateFederationClient( cfg *config.Dendrite, ) fclient.FederationClient
func (*Node) DerivedServerName ¶
func (*Node) DialerContext ¶
func (*Node) KnownNodes ¶
func (n *Node) KnownNodes() []spec.ServerName
func (*Node) PrivateKey ¶
func (n *Node) PrivateKey() ed25519.PrivateKey
Click to show internal directories.
Click to hide internal directories.