command

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Commands = []Commander{
		ShowVersion{},
		FetchData{},
		Simulate{},
	}
)

Functions

This section is empty.

Types

type Commander

type Commander interface {
	Command() *cli.Command
}

type FetchData

type FetchData struct{}

func (FetchData) Command

func (f FetchData) Command() *cli.Command

type ShowVersion

type ShowVersion struct{}

func (ShowVersion) Command

func (c ShowVersion) Command() *cli.Command

type Simulate

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

func (Simulate) Command

func (s Simulate) Command() *cli.Command

Jump to

Keyboard shortcuts

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