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
Log log.Logger
}
NetcheckCmd holds the DevPod daemon flags
func (*NetcheckCmd) Run ¶
func (cmd *NetcheckCmd) Run(ctx context.Context, devPodConfig *config.Config, provider *providerpkg.ProviderConfig) error
Click to show internal directories.
Click to hide internal directories.