cmd

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const ManifestName = "manifest.txt"
View Source
const ManifestSep = ";"

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd interface {
	Command(args []string) int
	Task() int
	Usage() string
	// contains filtered or unexported methods
}

func NewCmdGenerate

func NewCmdGenerate() Cmd

func NewCmdMigrate

func NewCmdMigrate() Cmd

type CmdGenerate

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

func (*CmdGenerate) Command

func (c *CmdGenerate) Command(args []string) int

func (*CmdGenerate) Task

func (c *CmdGenerate) Task() int

func (*CmdGenerate) Usage

func (c *CmdGenerate) Usage() string

type CmdMigrate

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

func (*CmdMigrate) Command

func (c *CmdMigrate) Command(args []string) int

func (*CmdMigrate) Task

func (c *CmdMigrate) Task() int

func (*CmdMigrate) Usage

func (c *CmdMigrate) Usage() string

Jump to

Keyboard shortcuts

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