plugin

package
v0.0.31 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const BitflowPluginSymbol = "Plugin"

Variables

This section is empty.

Functions

func LoadPlugin

func LoadPlugin(registry reg.ProcessorRegistry, path string) (string, error)

func LoadPluginSymbol

func LoadPluginSymbol(registry reg.ProcessorRegistry, path string, symbol string) (string, error)

func LogPluginDataSource

func LogPluginDataSource(p BitflowPlugin, sourceName bitflow.EndpointType)

func LogPluginProcessor

func LogPluginProcessor(p BitflowPlugin, stepName string)

func ParseEndpointUrl

func ParseEndpointUrl(urlStr string, includesSchema bool) (string, string, map[string]string, error)

func ParseQueryParameters

func ParseQueryParameters(queryStr string) (map[string]string, error)

func ParseTypedQueryParameters added in v0.0.31

func ParseTypedQueryParameters(queryStr string, params reg.RegisteredParameters) (map[string]interface{}, error)

Types

type BitflowPlugin

type BitflowPlugin interface {
	Init(registry reg.ProcessorRegistry) error
	Name() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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