plugin

package module
v0.0.0-...-10462e1 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const PluginType = "cuebe"

Variables

View Source
var Handshake = goplugin.HandshakeConfig{
	ProtocolVersion:  1,
	MagicCookieKey:   "CUEBE_PLUGIN",
	MagicCookieValue: "backend",
}

Functions

func NewBackend

func NewBackend[Params any](name string, outputs []string, exec func(TaskParams[Params]) error) cuebeBackend

func Serve

func Serve(backends ...cuebeBackend)

Types

type TaskParams

type TaskParams[Params any] struct {
	Inputs []string
	Params *Params
	OutDir string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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