Documentation
¶
Overview ¶
Copyright (C) 2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- func CallDeploy(_ []string, flags DeployFlags, network models.Network) error
- func CallStart(_ []string, flags StartFlags, network models.Network) error
- func CallStop(_ []string, flags StopFlags, network models.Network) error
- func NewCmd(injectedApp *application.Lux) *cobra.Command
- type ConfigSpec
- type DeployFlags
- type DestinationSpec
- type SourceSpec
- type StartFlags
- type StopFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallDeploy ¶
func CallDeploy(_ []string, flags DeployFlags, network models.Network) error
Types ¶
type ConfigSpec ¶
type ConfigSpec struct {
// contains filtered or unexported fields
}
func GenerateConfigSpec ¶
type DeployFlags ¶
type DestinationSpec ¶
type DestinationSpec struct {
// contains filtered or unexported fields
}
type SourceSpec ¶
type SourceSpec struct {
// contains filtered or unexported fields
}
type StartFlags ¶
type StartFlags struct {
Network networkoptions.NetworkFlags
BinPath string
Version string
}
type StopFlags ¶
type StopFlags struct {
Network networkoptions.NetworkFlags
}
Click to show internal directories.
Click to hide internal directories.