devnull

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2021 License: BSD-3-Clause Imports: 3 Imported by: 0

README

/dev/null output

It provides an API to test pipelines and other plugins.

No config params

API description

SetOutFn(fn func(event *pipeline.Event))

It sets up a hook to make sure the test event passes successfully to output.


Generated using insane-doc

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Factory

func Factory() (pipeline.AnyPlugin, pipeline.AnyConfig)

Types

type Config

type Config struct{}

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

func (*Plugin) Out

func (p *Plugin) Out(event *pipeline.Event)

func (*Plugin) SetOutFn

func (p *Plugin) SetOutFn(fn func(event *pipeline.Event))

> It sets up a hook to make sure the test event passes successfully to output.

func (*Plugin) Start

func (p *Plugin) Start(_ pipeline.AnyConfig, params *pipeline.OutputPluginParams)

func (*Plugin) Stop

func (p *Plugin) Stop()

Jump to

Keyboard shortcuts

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