plugins

package
v0.0.0-...-e732ebd Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2019 License: LGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parameter

type Parameter struct {
	Name      string `yaml:"name"`
	Mandatory bool   `yaml:"mandatory"`
	HasValue  bool   `yaml:"hasvalue"`
}

* Parameter structure, used for defining parameter data

type PluginOps

type PluginOps interface {
	Load() (plugin.Plugin, error)
}

* ActionOps interface, defining abstract Action Operations

type PluginSelector

type PluginSelector struct {
	PluginFile string `yaml:"plugin"`
}

* Action structure, used for defining action data

func (*PluginSelector) Load

func (s *PluginSelector) Load() (*plugin.Plugin, error)

Jump to

Keyboard shortcuts

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