Documentation
¶
Overview ¶
Package internal implements the workflow-plugin-compute-core plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "0.0.0"
Version is set at build time via -ldflags "-X github.com/GoCodeAlone/workflow-plugin-compute-core/internal.Version=X.Y.Z". Default is a bare semver so plugin loaders that validate semver accept unreleased dev builds; goreleaser overrides with the real release tag.
Functions ¶
func NewPlugin ¶
func NewPlugin() sdk.PluginProvider
NewPlugin returns a new plugin instance. main.go calls sdk.Serve(NewPlugin()).
Types ¶
type ComputeCorePlugin ¶
type ComputeCorePlugin struct{}
ComputeCorePlugin exposes compute-core protocol metadata.
func (*ComputeCorePlugin) Manifest ¶
func (p *ComputeCorePlugin) Manifest() sdk.PluginManifest
Manifest returns the plugin metadata used by the workflow engine for discovery and capability negotiation.
Click to show internal directories.
Click to hide internal directories.