plugin

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	PluginName string `mapstructure:"name"`
	Exec       string `mapstructure:"exec"`
}

Plugin is a struct enabling external functionality

func NewFromMap

func NewFromMap(i interface{}) (*Plugin, error)

NewFromMap construct a plugin from an map of attributes

func (*Plugin) Name

func (p *Plugin) Name() string

Name returns the name of the plugin

func (*Plugin) Run

func (p *Plugin) Run(s types.LocalSubtitle) error

Run executes the plugin

Jump to

Keyboard shortcuts

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