command

package
v0.0.0-...-28782ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Flags(cmd *cobra.Command)
	Execute(cmd *cobra.Command, args []string) error
}

type Down

type Down struct {
	// contains filtered or unexported fields
}

func (*Down) Execute

func (d *Down) Execute(cmd *cobra.Command, args []string) error

func (*Down) Flags

func (d *Down) Flags(cmd *cobra.Command)

type List

type List struct{}

func (*List) Execute

func (l *List) Execute(cmd *cobra.Command, args []string) error

func (*List) Flags

func (l *List) Flags(cmd *cobra.Command)

type Serve

type Serve struct {
	// contains filtered or unexported fields
}

func (*Serve) Execute

func (d *Serve) Execute(cmd *cobra.Command, args []string) error

func (*Serve) Flags

func (d *Serve) Flags(cmd *cobra.Command)

type Up

type Up struct {
	// contains filtered or unexported fields
}

func (*Up) Execute

func (u *Up) Execute(cmd *cobra.Command, args []string) error

func (*Up) Flags

func (u *Up) Flags(cmd *cobra.Command)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL