plugins

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Inputs = make(map[string]func() Input)

Functions

func Add

func Add(name string, inputFunc func() Input)

Types

type Initializer

type Initializer interface {
	Init() error
}

type Input

type Input interface {
	Series() Series
	Gather() ([]interface{}, error)
}

type Series

type Series struct {
	Series   []string
	Selected []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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