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
Types ¶
type TaskParams ¶
Click to show internal directories.
Click to hide internal directories.