interfaces

package
v0.0.0-...-5996619 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	GetCommand(name string) (*command.Command, error)
	GetList() (map[string]command.Command, error)
	AddCommand(cmd command.Command) error
	UpdateCommand(cmd command.Command) error
	RemoveCommand(name string) error
	Run(name string) command.Results
	LoadCommands()
}

type Core

type Core interface {
	Run(command command.Command) command.Results
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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