types

package
v1.0.4 Latest Latest
Warning

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

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

Documentation

Overview

Package types defines new plugin manager types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	Name        string
	Description string
	RequiredBy  []string
	Requires    []string
	ExecStart   string
	Plugins     Plugins
	Library     string
	// TODO: Add Percentage to get no. of pending vs. completed run of plugins.
	RunTime   runtime.RunTime
	Status    string
	StdOutErr []string
}

Plugin is plugin's info: name, description, cmd to run, status, stdouterr.

type Plugins

type Plugins []*Plugin

Plugins is a list of plugins' info.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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