Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
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.
Click to show internal directories.
Click to hide internal directories.