Documentation
¶
Index ¶
- type AppInterface
- func (app *AppInterface) Decode(c *cli.Context)
- func (app *AppInterface) Encode(c *cli.Context)
- func (app *AppInterface) Generate(c *cli.Context)
- func (app *AppInterface) Help(c *cli.Context)
- func (app *AppInterface) Invisible(c *cli.Context)
- func (app *AppInterface) Run(command []string)
- func (app *AppInterface) Scan(c *cli.Context)
- func (app *AppInterface) Start(c *cli.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInterface ¶
type AppInterface struct {
// contains filtered or unexported fields
}
func Create ¶
func Create() *AppInterface
func (*AppInterface) Decode ¶
func (app *AppInterface) Decode(c *cli.Context)
func (*AppInterface) Encode ¶
func (app *AppInterface) Encode(c *cli.Context)
func (*AppInterface) Generate ¶
func (app *AppInterface) Generate(c *cli.Context)
func (*AppInterface) Help ¶
func (app *AppInterface) Help(c *cli.Context)
func (*AppInterface) Invisible ¶
func (app *AppInterface) Invisible(c *cli.Context)
func (*AppInterface) Run ¶
func (app *AppInterface) Run(command []string)
func (*AppInterface) Scan ¶
func (app *AppInterface) Scan(c *cli.Context)
func (*AppInterface) Start ¶
func (app *AppInterface) Start(c *cli.Context)
Click to show internal directories.
Click to hide internal directories.