lightnode

package
v0.11.0-2025-09-08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2025 License: MIT Imports: 60 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle struct {
	Coordinator *app.App
	Consensus   *app.App
	FileNode    *app.App
	Sync        *app.App
}

Bundle holds all any-sync service applications with shared network infrastructure.

Architecture: - Coordinator creates the network stack (TCP 33010, UDP 33020, DRPC mux, connection pool) - Other services (Consensus, FileNode, Sync) reuse coordinator's network components.

func NewBundle

func NewBundle(configs *config.NodeConfigs) *Bundle

NewBundle creates all services with shared network infrastructure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL