Documentation
¶
Index ¶
- Variables
- func DeleteAction(app common.AppController, v *view.ResourceView)
- func Fetch(app common.AppController, v *view.ResourceView) ([]dao.Resource, error)
- func GetShortcuts() []string
- func InputHandler(v *view.ResourceView, event *tcell.EventKey) *tcell.EventKey
- func Inspect(app common.AppController, id string)
- func Install(app common.AppController)
- func Remove(id string, force bool, app common.AppController) error
- func ToggleAction(app common.AppController, v *view.ResourceView)
- type Plugin
Constants ¶
This section is empty.
Variables ¶
View Source
var Headers = []string{"ID", "NAME", "ENABLED", "DESCRIPTION"}
Functions ¶
func DeleteAction ¶
func DeleteAction(app common.AppController, v *view.ResourceView)
func Fetch ¶
func Fetch(app common.AppController, v *view.ResourceView) ([]dao.Resource, error)
func GetShortcuts ¶
func GetShortcuts() []string
func InputHandler ¶
func Inspect ¶
func Inspect(app common.AppController, id string)
func Install ¶
func Install(app common.AppController)
func ToggleAction ¶
func ToggleAction(app common.AppController, v *view.ResourceView)
Types ¶
type Plugin ¶
func (Plugin) GetColumnValue ¶
func (Plugin) GetDefaultColumn ¶
func (Plugin) GetDefaultSortColumn ¶
Click to show internal directories.
Click to hide internal directories.