ports

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 Left

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

Jump to

Keyboard shortcuts

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