Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewCmd creates a new cobra command.
func NewNetcheckCmd ¶
func NewNetcheckCmd(flags *proflags.GlobalFlags) *cobra.Command
NewNetcheckCmd creates a new command.
func NewStartCmd ¶
func NewStartCmd(flags *proflags.GlobalFlags) *cobra.Command
NewStartCmd creates a new command.
func NewStatusCmd ¶
func NewStatusCmd(flags *proflags.GlobalFlags) *cobra.Command
NewStatusCmd creates a new command.
Types ¶
type NetcheckCmd ¶
type NetcheckCmd struct {
*proflags.GlobalFlags
Host string
}
NetcheckCmd holds the Devsy daemon flags.
func (*NetcheckCmd) Run ¶
func (cmd *NetcheckCmd) Run( ctx context.Context, devsyConfig *config.Config, provider *providerpkg.ProviderConfig, ) error
type StartCmd ¶
type StartCmd struct {
*proflags.GlobalFlags
Host string
}
StartCmd holds the devsy daemon flags.
func (*StartCmd) Run ¶
func (cmd *StartCmd) Run( ctx context.Context, devsyConfig *config.Config, provider *providerpkg.ProviderConfig, ) error
type StatusCmd ¶
type StatusCmd struct {
*proflags.GlobalFlags
Host string
}
StatusCmd holds the Devsy daemon flags.
func (*StatusCmd) Run ¶
func (cmd *StatusCmd) Run( ctx context.Context, devsyConfig *config.Config, provider *providerpkg.ProviderConfig, ) error
Click to show internal directories.
Click to hide internal directories.