plugin

package module
v0.0.0-...-bc7b048 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterDefinition

type FilterDefinition struct {
	Id       string
	Function string
	Args     string
	Order    int32
	Source   []string
}

type I

type I interface {
	Get(string) ([]FilterDefinition, error)
	Factory(int64, string, string) (filter.Filter, error)
	Chains() ([]string, error)

	// Plugin specificatioon
	Author() string
	Version() string
	Name() string
}

Directories

Path Synopsis
json module

Jump to

Keyboard shortcuts

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