Documentation
¶
Overview ¶
Copyright (C) 2022-2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAllNetworkCmds ¶ added in v1.21.42
func NewAllNetworkCmds(injectedApp *application.Lux) []*cobra.Command
NewAllNetworkCmds creates all network-specific gRPC server commands. Call this from root.go to register all network commands.
func NewCmd ¶
func NewCmd(injectedApp *application.Lux) *cobra.Command
NewCmd creates the lux-server command (formerly cli-backend). This is the gRPC server that manages local network nodes. The network type is determined by LUX_NETWORK_TYPE environment variable.
func NewNetworkCmd ¶ added in v1.21.42
func NewNetworkCmd(injectedApp *application.Lux, networkType string) *cobra.Command
NewNetworkCmd creates network-specific gRPC server commands. These commands allow easy identification of running network servers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.