Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func NewCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewNetcheckCmd(flags *proflags.GlobalFlags) *cobra.Command + func NewStartCmd(flags *proflags.GlobalFlags) *cobra.Command + func NewStatusCmd(flags *proflags.GlobalFlags) *cobra.Command + type NetcheckCmd struct + Host string + Log log.Logger + func (cmd *NetcheckCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type StartCmd struct + Host string + Log log.Logger + func (cmd *StartCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type StatusCmd struct + Host string + Log log.Logger + func (cmd *StatusCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error