lightnode

package
v1.1.2-2025-10-24 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2025 License: MIT Imports: 63 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, etc.) - Other services (Consensus, FileNode, Sync) reuse coordinator's components.

func NewBundle

func NewBundle(configs *config.NodeConfigs) *Bundle

NewBundle creates all services with shared infrastructure.

Jump to

Keyboard shortcuts

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